Skip to content

Commit

Permalink
adress comments
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Nov 18, 2024
1 parent dad0c39 commit 5c1ba96
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 1,318 deletions.
1 change: 1 addition & 0 deletions .dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"cli/tsc/dts/lib.scripthost.d.ts",
"cli/tsc/dts/lib.webworker*.d.ts",
"cli/tsc/dts/typescript.d.ts",
"cli/tools/doc",
"ext/websocket/autobahn/reports",
"gh-pages",
"target",
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
deno_cache_dir = { workspace = true }
deno_config = { version = "=0.38.2", features = ["workspace", "sync"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "0.159.0", features = ["rust", "comrak"] }
deno_doc = { version = "0.159.2", features = ["rust", "comrak"] }
deno_graph = { version = "=0.84.1" }
deno_lint = { version = "=0.68.0", features = ["docs"] }
deno_lockfile.workspace = true
Expand Down
File renamed without changes.
15 changes: 15 additions & 0 deletions cli/tools/doc/prism.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5c1ba96

Please sign in to comment.