From 249db0f7d91d5e895906078f92b7d31c76b96121 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Wed, 4 Sep 2019 11:12:21 +0900 Subject: Handle typescript version in rust (#2855) --- deno_typescript/compiler_main.js | 1 - 1 file changed, 1 deletion(-) (limited to 'deno_typescript/compiler_main.js') 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(); -- cgit v1.2.3