From de1a10e5f7afe793a66b2349642ea135fc066104 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Wed, 6 Mar 2019 13:54:58 -0800 Subject: Reorganize version and platform into Deno.build and Deno.version (#1879) --- js/version.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'js/version.ts') diff --git a/js/version.ts b/js/version.ts index 984550a74..471072d81 100644 --- a/js/version.ts +++ b/js/version.ts @@ -3,14 +3,13 @@ interface Version { deno: string; v8: string; typescript: string; - gnArgs: string; } export const version: Version = { deno: "", v8: "", - typescript: "TS_VERSION", // This string will be replaced by rollup - gnArgs: `GN_ARGS` // This string will be replaced by rollup + // This string will be replaced by rollup + typescript: `ROLLUP_REPLACE_TS_VERSION` }; /** -- cgit v1.2.3