diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-09-22 00:59:26 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-22 03:59:26 -0400 |
commit | 7a0670a9512981cee18d1960db46a3b57844595d (patch) | |
tree | cfec94c96d7b46365a18b627eeffbe07068a727b /BUILD.gn | |
parent | 8e958d3ad68e610061e82fb9f456eab79330633e (diff) |
Implement deno.trace() (#795)
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ ts_sources = [ "js/symlink.ts", "js/text_encoding.ts", "js/timers.ts", + "js/trace.ts", "js/types.ts", "js/util.ts", "js/v8_source_maps.ts", |