Skip to content

Commit 5f27b91

Browse files
authored
doc: packages: example of private import switch to internal
PR-URL: #61343 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent a49053a commit 5f27b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ import featureY from 'es-module-package/features/y/y.js';
620620
// Loads ./node_modules/es-module-package/src/features/y/y.js
621621

622622
import internalZ from '#internal/z.js';
623-
// Loads ./node_modules/es-module-package/src/internal/z.js
623+
// Loads ./src/internal/z.js
624624
```
625625

626626
This is a direct static matching and replacement without any special handling

0 commit comments

Comments
 (0)