summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorMani Maghsoudlou <manidlou@gmail.com>2018-09-18 21:38:24 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-09-18 21:38:24 -0700
commit017ef096dfb0592d828804175e582895a3f39954 (patch)
tree57352559b6f044859332a646c4e6d5e28a447851 /BUILD.gn
parentd19268b2bf43d454d825ba645b37e6f764ee42f2 (diff)
Implement deno.symlink() (#742)
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 220406700..9ea56582a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -76,6 +76,7 @@ ts_sources = [
"js/remove.ts",
"js/rename.ts",
"js/stat.ts",
+ "js/symlink.ts",
"js/text_encoding.ts",
"js/timers.ts",
"js/types.ts",