Skip to content

Commit 63cbe8e

Browse files
committed
Add es6 to buildProtocol
1 parent 81c0bd5 commit 63cbe8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ compileFile(buildProtocolJs,
422422
[buildProtocolTs],
423423
[],
424424
/*useBuiltCompiler*/ false,
425-
{noOutFile: true});
425+
{ noOutFile: true, lib: "es6" });
426426

427427
file(buildProtocolDts, [buildProtocolTs, buildProtocolJs, typescriptServicesDts], function() {
428428

0 commit comments

Comments
 (0)