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 a49053a commit 5f27b91Copy full SHA for 5f27b91
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