Skip to content

Commit eee12fb

Browse files
authored
doc: packages: example of private import switch to internal
1 parent 4ddde92 commit eee12fb

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)