1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: update deno_doc (#16515)

This commit is contained in:
Leo Kettmeir 2022-11-02 18:51:37 +01:00 committed by GitHub
parent 32b449f891
commit 5140795662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -985,9 +985,9 @@ dependencies = [
[[package]]
name = "deno_doc"
version = "0.47.0"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac723296e702a7b7df0ad785148617bf79eb1e73b5bf124b5c789e7c10c58f8d"
checksum = "4579ca3065430cafaff3e3b9b4871410f2558450935f9f577098ec9d6cf81eca"
dependencies = [
"cfg-if",
"deno_ast",

View file

@ -52,7 +52,7 @@ winres = "=0.1.12"
[dependencies]
deno_ast = { version = "0.20.0", features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "transpiling", "typescript", "view", "visit"] }
deno_core = { version = "0.156.0", path = "../core" }
deno_doc = "0.47.0"
deno_doc = "0.48.0"
deno_emit = "0.10.0"
deno_graph = "0.37.1"
deno_lint = { version = "0.34.0", features = ["docs"] }

View file

@ -1,6 +1,6 @@
Download http://127.0.0.1:4545/xTypeScriptTypes.js
Download http://127.0.0.1:4545/xTypeScriptTypes.d.ts
Defined in http://127.0.0.1:4545/xTypeScriptTypes.d.ts:1:0
Defined in http://127.0.0.1:4545/xTypeScriptTypes.d.ts:1:13
const foo: "foo"

View file

@ -1,4 +1,4 @@
Defined in [WILDCARD]/type_definitions/foo.d.ts:2:0
Defined in [WILDCARD]/type_definitions/foo.d.ts:2:13
const foo: string
An exported value.

View file

@ -1,4 +1,4 @@
Defined in [WILDCARD]/type_definitions/foo.d.ts:2:0
Defined in [WILDCARD]/type_definitions/foo.d.ts:2:13
const foo: string
An exported value.