summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-26 15:21:15 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-26 15:21:17 -0400
commit7609df9d4f39dec83c633c23833ab8dfd8103ec1 (patch)
tree5e5ae82d2aa6e28d820f1ba76d617b5c1b828a5e /Makefile
parentcbfb7d872009f302b69a55693b5c1fbdc731be69 (diff)
Support async/await by including ES2017
This required adjusting the module loading system.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 204adccf9..939d3f939 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ deno: msg.pb.go $(GO_FILES)
go build -o deno
assets.go: dist/main.js
- cp node_modules/typescript/lib/lib.d.ts dist/
+ cp node_modules/typescript/lib/lib.*d.ts dist/
cp deno.d.ts dist/
go-bindata -pkg main -o assets.go dist/