summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-09-10 12:39:42 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-09-09 23:39:42 -0400
commit46cbc6e0e96750cd2e3ba7e0d80bb9c48b66caf2 (patch)
tree89889584009ffd44cf01f2d5ee9e73e2a027c9ca /js/deno.ts
parent35e3c06aed851f65ad0d561d73a447ab5765fc13 (diff)
refactor: remove Deno.platform (#2895)
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts
index efccb7741..4efa641d3 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -86,7 +86,7 @@ export {
Signal
} from "./process.ts";
export { inspect, customInspect } from "./console.ts";
-export { build, platform, OperatingSystem, Arch } from "./build.ts";
+export { build, OperatingSystem, Arch } from "./build.ts";
export { version } from "./version.ts";
export const args: string[] = [];