You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since lib/main.js always runs on node, and node 10+(node@8 already reaches ends-of-life) supports most esnext features,
I think it should transformed target to node10+ other than es2015( for performance and debugging), especially the transformed async/await is not easy to debug.
The text was updated successfully, but these errors were encountered:
hardfist
changed the title
[Feature]: lib/main.js should target to node:10 or higher node version
[Feature]: lib/main.js should target to node:10+
Mar 6, 2021
hardfist
changed the title
[Feature]: lib/main.js should target to node:10+
[Feature]: change lib/main.js target to node:10+
Mar 6, 2021
since lib/main.js always runs on node, and node 10+(node@8 already reaches ends-of-life) supports most esnext features,
I think it should transformed target to node10+ other than es2015( for performance and debugging), especially the transformed async/await is not easy to debug.
The text was updated successfully, but these errors were encountered: