summaryrefslogtreecommitdiff
path: root/js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md10
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.