summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorztplz <mysticzt@gmail.com>2018-10-01 03:06:20 +0800
committerRyan Dahl <ry@tinyclouds.org>2018-09-30 15:06:20 -0400
commit062b22fe569fffc0f52ec36de99e5048e4d42703 (patch)
treefb436c7163b414ea08a2050f4284fe87362f484c /BUILD.gn
parentf51903f7736e3969ba0003c074d80950aca74f70 (diff)
Add deno.truncate (#805)
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 e573b7504..285d6ee13 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -96,6 +96,7 @@ ts_sources = [
"js/text_encoding.ts",
"js/timers.ts",
"js/trace.ts",
+ "js/truncate.ts",
"js/types.ts",
"js/util.ts",
"js/v8_source_maps.ts",