Replies: 2 comments 2 replies
-
because after tsc, we have babel to compile again and add polyfill. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It seems to have been changed to ES2016. See the following commits: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why is the tsconfig compilerOptions target set to
esnext
instead ofes2015
and won't the compiled code have huge compatibility issues if the latest es syntax is used in the source code?Beta Was this translation helpful? Give feedback.
All reactions