summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2018-09-22 00:59:26 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-09-22 03:59:26 -0400
commit7a0670a9512981cee18d1960db46a3b57844595d (patch)
treecfec94c96d7b46365a18b627eeffbe07068a727b /js/deno.ts
parent8e958d3ad68e610061e82fb9f456eab79330633e (diff)
Implement deno.trace() (#795)
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 9be05e916..b14bcc561 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -13,4 +13,5 @@ export { writeFileSync, writeFile } from "./write_file";
export { ErrorKind, DenoError } from "./errors";
export { libdeno } from "./libdeno";
export { arch, platform } from "./platform";
+export { trace } from "./trace";
export const argv: string[] = [];