summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-12-17 16:37:57 +0000
committerGitHub <noreply@github.com>2020-12-17 17:37:57 +0100
commitffb5f7a4e1d5d4ac488058ca3ec3c0805587fe44 (patch)
treedc7b79a699732680fa309d97e5b4c2bc5f486a4a /cli/tsc
parent55dc467b419b8e5897b1c832b04d63e383253d84 (diff)
refactor: Rename runtime/rt to runtime/js (#8806)
Diffstat (limited to 'cli/tsc')
-rw-r--r--cli/tsc/README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/cli/tsc/README.md b/cli/tsc/README.md
index e68013885..e8287f3c0 100644
--- a/cli/tsc/README.md
+++ b/cli/tsc/README.md
@@ -1,11 +1,4 @@
# 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/rt.
-
-This is intentionally ugly because there should be no overlap.
-
-This directory ultimately should contain just typescript.js and a smallish
-CompilerHost.
+This directory contains the typescript compiler and a small compiler host for
+the runtime snapshot.