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/deno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/deno.ts') diff --git a/js/deno.ts b/js/deno.ts index d13ca81dd..cd4ace4df 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -56,7 +56,6 @@ export { Permission, Permissions } from "./permissions"; -export { platform } from "./platform"; export { truncateSync, truncate } from "./truncate"; export { FileInfo } from "./file_info"; export { connect, dial, listen, Listener, Conn } from "./net"; @@ -64,6 +63,7 @@ export { metrics, Metrics } from "./metrics"; export { resources } from "./resources"; export { run, RunOptions, Process, ProcessStatus } from "./process"; export { inspect } from "./console"; +export { build, platform } from "./build"; export { version } from "./version"; export const args: string[] = []; -- cgit v1.2.3