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 melange, via dune, can be configured to compile to common js (cjs) OR to EcmaScript Modules (esm). Right now the option incorrectly uses the name es6 to output esm. ES6, also known as EcmaScript 2015, is a versioned specification of the EcmaScript language (https://262.ecma-international.org/6.0/).
We should update Dune and the Melange documentation to reflect this and use esm instead of es6
The text was updated successfully, but these errors were encountered:
Currently
melange
, viadune
, can be configured to compile to common js (cjs) OR to EcmaScript Modules (esm). Right now the option incorrectly uses the namees6
to output esm. ES6, also known as EcmaScript 2015, is a versioned specification of the EcmaScript language (https://262.ecma-international.org/6.0/).We should update Dune and the Melange documentation to reflect this and use
esm
instead ofes6
The text was updated successfully, but these errors were encountered: