8000
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 3d23bcd commit f83cb1eCopy full SHA for f83cb1e
doc/api/packages.md
@@ -620,7 +620,7 @@ import featureY from 'es-module-package/features/y/y.js';
620
// Loads ./node_modules/es-module-package/src/features/y/y.js
621
622
import internalZ from '#internal/z.js';
623
-// Loads ./node_modules/es-module-package/src/internal/z.js
+// Loads ./src/internal/z.js
624
```
625
626
This is a direct static matching and replacement without any special handling
0 commit comments