From 595b4daa77771458457e178b6b590a044cd41ad0 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sat, 7 Sep 2019 01:57:15 +0900 Subject: Remove replacements hack in deno_typescript (#2864) --- js/os.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/os.ts') diff --git a/js/os.ts b/js/os.ts index b5392fc33..0e4d86917 100644 --- a/js/os.ts +++ b/js/os.ts @@ -5,6 +5,7 @@ import { sendSync } from "./dispatch_json.ts"; import { assert } from "./util.ts"; import * as util from "./util.ts"; import { window } from "./window.ts"; +import { OperatingSystem, Arch } from "./build.ts"; // builtin modules import { _setGlobals } from "./deno.ts"; @@ -62,6 +63,8 @@ interface Start { tsVersion: string; noColor: boolean; xevalDelim: string; + os: OperatingSystem; + arch: Arch; } // This function bootstraps an environment within Deno, it is shared both by -- cgit v1.2.3