summaryrefslogtreecommitdiff
path: root/BUILD.gn
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 /BUILD.gn
parent8e958d3ad68e610061e82fb9f456eab79330633e (diff)
Implement deno.trace() (#795)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a1ffc750f..038e70430 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",