summaryrefslogtreecommitdiff
path: root/cli/tsc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/README.md')
-rw-r--r--cli/tsc/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/cli/tsc/README.md b/cli/tsc/README.md
new file mode 100644
index 000000000..d3263c4bd
--- /dev/null
+++ b/cli/tsc/README.md
@@ -0,0 +1,11 @@
+# tsc
+
+This directory contains the code for the typescript compiler snapshot
+
+There is currently A LOT of overlap between this code and the runtime snapshot
+code in cli/js2.
+
+This is intentionally ugly because there should be no overlap.
+
+This directory ultimately should contain just typescript.js and a smallish
+CompilerHost.