summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorMani Maghsoudlou <manidlou@gmail.com>2018-09-24 21:20:49 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-09-25 00:20:49 -0400
commitad5065e23ec33af1422eeffdbb877ef8fd5f6da4 (patch)
tree5b90e2c1e59ad97ef0aa3f93868f80c90b8a365b /BUILD.gn
parentd957f8ebc24bcbdb94c0c5297c0072aa8d2ebec8 (diff)
Implement deno.readlink() (#797)
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 50346dfed..dd995c00f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -83,6 +83,7 @@ ts_sources = [
"js/read_file.ts",
"js/remove.ts",
"js/rename.ts",
+ "js/read_link.ts",
"js/stat.ts",
"js/symlink.ts",
"js/text_encoding.ts",