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
import './foo' treating the contents of ./foo as a classic script instead of a module is a violation of the ECMAScript spec, i.e. a clear bug. Was this repo used as part of a bug report against Node.js?
The text was updated successfully, but these errors were encountered:
The context? Beyond what’s explained in the README?
This repo was created to demonstrate an issue that was under discussion in nodejs/modules#142. You were part of that discussion, and indeed you also submitted a PR against this repo! 😄
What’s the context to this repo?
import './foo'
treating the contents of./foo
as a classic script instead of a module is a violation of the ECMAScript spec, i.e. a clear bug. Was this repo used as part of a bug report against Node.js?The text was updated successfully, but these errors were encountered: