summaryrefslogtreecommitdiff
path: root/deno2/BUILD.gn
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-06-17 00:12:55 +0200
committerBert Belder <bertbelder@gmail.com>2018-06-17 12:43:04 +0200
commit78874695244cf67e0adf4e4c701e9382fc6f0bf9 (patch)
tree10c9d10961b898a081287a9670351efc825fa52f /deno2/BUILD.gn
parenta77af25480ddab3c0c058c33c417d7b7791dcf74 (diff)
Small fixes
* Squelch printf format warning. * Fix Linux build by symlinking buildtools to v8/buildtools. * Lint comment in BUILD.gn.
Diffstat (limited to 'deno2/BUILD.gn')
-rw-r--r--deno2/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/BUILD.gn b/deno2/BUILD.gn
index 379270271..e52e88eea 100644
--- a/deno2/BUILD.gn
+++ b/deno2/BUILD.gn
@@ -98,7 +98,7 @@ run_node("bundle") {
"js/main.ts",
"js/msg.pb.d.ts",
"js/msg.pb.js",
- "js/package.json", # `browserslist` field controls transform.
+ "js/package.json", # The `browserslist` field controls Babel behavior.
]
outputs = [
out_dir + "main.js",