Implement deno.trace() (#795)

This commit is contained in:
Kevin (Kun) "Kassimo" Qian 2018-09-22 00:59:26 -07:00 committed by Ryan Dahl
parent 8e958d3ad6
commit 7a0670a951
6 changed files with 167 additions and 0 deletions

View file

@ -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[] = [];