Skip to content

Commit 809c177

Browse files
committed
JavaScript: Raise target to es2017
This significantly boosts performance of async/await, as it compiles to the "native" async/await rather than the `__awaiter()` polyfill.
1 parent fcf54ab commit 809c177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rewrite-javascript/rewrite/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2016",
3+
"target": "es2017",
44
"module": "Node16",
55
"moduleResolution": "node16",
66
"isolatedModules": true,

0 commit comments

Comments
 (0)