We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da7c5ef + a2bf48b commit d5a994aCopy full SHA for d5a994a
README.md
@@ -33,6 +33,16 @@ This allows old-style modules to `import` from new-style modules.
33
34
This provides the context that the module being loaded is a module, where in future this could be set by default.
35
36
+## Implementation
37
+
38
+An experimental implementation of this proposal is available at https://github.com/guybedford/node/tree/module-default, supporting NodeJS usage:
39
40
+```
41
+node --experimental-modules --module x.js
42
+node --experimental-modules -m x.js
43
+node --experimental-modules -m -e "export var hello = 'world'"
44
45
46
## Use Cases
47
48
### Existing modules
0 commit comments