diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-09-04 11:12:21 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-03 22:12:21 -0400 |
commit | 249db0f7d91d5e895906078f92b7d31c76b96121 (patch) | |
tree | 3a9dc5f04ce1bd01b4762f06ff24dd6127f26ae5 /deno_typescript/compiler_main.js | |
parent | e9908453df970b1cdf90483892bc9e794382fccc (diff) |
Handle typescript version in rust (#2855)
Diffstat (limited to 'deno_typescript/compiler_main.js')
-rw-r--r-- | deno_typescript/compiler_main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deno_typescript/compiler_main.js b/deno_typescript/compiler_main.js index 74b6a8dd5..1cc42072a 100644 --- a/deno_typescript/compiler_main.js +++ b/deno_typescript/compiler_main.js @@ -10,7 +10,6 @@ function main(configText, rootNames, replacements_) { println(`>>> rootNames ${rootNames}`); replacements = replacements_; - replacements["DENO_REPLACE_TS_VERSION"] = ts.version; println(`>>> replacements ${JSON.stringify(replacements)}`); const host = new Host(); |