diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-04 20:28:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-04 20:28:51 -0400 |
commit | b81e5db17aa8b3088d6034ddf86b79c69410f012 (patch) | |
tree | 579e4c23d60d1b0d038156bc28a04f74ea87b2f0 /js/README.md | |
parent | 9049213867d30f7df090a83b6baf3e0717a4d2d2 (diff) |
Merge deno_cli_snapshots into deno_cli (#3064)
Diffstat (limited to 'js/README.md')
-rw-r--r-- | js/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/js/README.md b/js/README.md deleted file mode 100644 index 850adb6ee..000000000 --- a/js/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Crate: `deno_cli_snapshots` - -## AKA `cli_snapshots` AKA `//js` - -This is a small crate which exports just a few static blobs. It contains a -build.rs file which compiles Deno's internal JavaScript and TypeScript code -first into a single AMD bundle, and then into a binary V8 Snapshot. - -The main Deno executable crate ("cli") depends on this crate and has access to -all the runtime code. |