mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Implement deno.trace() (#795)
This commit is contained in:
parent
8e958d3ad6
commit
7a0670a951
6 changed files with 167 additions and 0 deletions
|
@ -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[] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue