From 7609df9d4f39dec83c633c23833ab8dfd8103ec1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 26 May 2018 15:21:15 -0400 Subject: Support async/await by including ES2017 This required adjusting the module loading system. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit v1.2.3