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
Currently, ES2017 is the default target to transpile code. But it would be good to set the target depending on what runtime is selected. For instance, the NODEJS12 runtime could have ES2020 target.
See Node.js ES2020 Support