From b81e5db17aa8b3088d6034ddf86b79c69410f012 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 4 Oct 2019 20:28:51 -0400 Subject: Merge deno_cli_snapshots into deno_cli (#3064) --- js/README.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 js/README.md (limited to 'js/README.md') 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. -- cgit v1.2.3