Skip to content

Commit

Permalink
refactor: move cli/doc/ to separate crate (denoland#7103)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Aug 19, 2020
1 parent 1507a8c commit be1e7ab
Show file tree
Hide file tree
Showing 24 changed files with 93 additions and 5,683 deletions.
18 changes: 18 additions & 0 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 @@ -24,9 +24,9 @@ winapi = "0.3.9"

[dependencies]
deno_core = { path = "../core", version = "0.53.0" }
deno_doc = { version = "0.1.0" }
deno_lint = { version = "0.1.23", features = ["json"] }


atty = "0.2.14"
base64 = "0.12.3"
bytes = "0.5.6"
Expand Down
339 changes: 0 additions & 339 deletions cli/doc/class.rs

This file was deleted.

Loading

0 comments on commit be1e7ab

Please sign in to comment.