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
Treat files with .mjs extension as modules without requiring --module flag.
Many other JavaScript shells do the same - d8, jsc, graaljs, xs, escargot.
A small quality-of-life improvement that among other things simplifies
configuration for an external test262 harness. The harness could simply
stage module tests into *.mjs and forget about --module flag.
0 commit comments