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 02eb24d commit 8d3012cCopy full SHA for 8d3012c
src/module_wrap.cc
@@ -662,7 +662,7 @@ void ModuleWrap::Link(const FunctionCallbackInfo<Value>& args) {
662
// this:
663
//
664
// import { foo } from 'mod' with { type: 'json' };
665
- // import { bar } from 'mod' with { type: 'json' };
+ // import source ModSource from 'mod' with { type: 'json' };
666
// import { baz } from 'mod2';
667
668
// The first two module requests are identical. The map would look like
0 commit comments