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.
1 parent c4f2cf9 commit fdc626eCopy full SHA for fdc626e
test/message/esm_loader_success.mjs
@@ -0,0 +1,4 @@
1
+// Flags: --experimental-loader ./test/fixtures/es-module-loaders/transform-source.mjs
2
+import '../common/index.mjs';
3
+import { message } from '../fixtures/es-modules/message.mjs';
4
+console.log(message);
test/message/esm_loader_success.out
@@ -0,0 +1,3 @@
+(node:*) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
+(Use `node --trace-warnings ...` to show where the warning was created)
+A MESSAGE
0 commit comments