Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f83cb1e

Browse filesBrowse files
coderaiseraduh95
authored andcommitted
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 3d23bcd commit f83cb1e
Copy full SHA for f83cb1e

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/packages.md‎

Copy file name to clipboardExpand all lines: doc/api/packages.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.