Commit 7376edc
File tree
Expand file treeCollapse file tree
9 files changed
+57
-1
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/modules/esm
- test
- es-module
- fixtures
- es-modules
- node_modules/pkgexports
- trailing-pattern-slash
Expand file treeCollapse file tree
9 files changed
+57
-1
lines changedOpen diff view settings
Collapse file
+14Lines changed: 14 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2812 | 2812 | |
2813 | 2813 | |
2814 | 2814 | |
| 2815 | + |
| 2816 | + |
| 2817 | + |
| 2818 | + |
| 2819 | + |
| 2820 | + |
| 2821 | + |
| 2822 | + |
| 2823 | + |
| 2824 | + |
| 2825 | + |
| 2826 | + |
| 2827 | + |
| 2828 | + |
2815 | 2829 | |
2816 | 2830 | |
2817 | 2831 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1190 | 1190 | |
1191 | 1191 | |
1192 | 1192 | |
| 1193 | + |
| 1194 | + |
1193 | 1195 | |
1194 | 1196 | |
1195 | 1197 | |
|
Collapse file
lib/internal/modules/esm/resolve.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/resolve.js+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
| ||
106 | 107 | |
107 | 108 | |
108 | 109 | |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
109 | 126 | |
110 | 127 | |
111 | 128 | |
| ||
639 | 656 | |
640 | 657 | |
641 | 658 | |
| 659 | + |
| 660 | + |
| 661 | + |
642 | 662 | |
643 | 663 | |
644 | 664 | |
|
Collapse file
test/es-module/test-esm-exports-deprecations.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-exports-deprecations.mjs+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
4 | 5 | |
5 | 6 | |
6 | 7 | |
7 | 8 | |
| 9 | + |
8 | 10 | |
| 11 | + |
| 12 | + |
9 | 13 | |
10 | 14 | |
11 | 15 | |
|
Collapse file
test/es-module/test-esm-exports.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-exports.mjs+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
44 | 48 | |
45 | 49 | |
46 | 50 | |
47 | 51 | |
48 | 52 | |
| 53 | + |
49 | 54 | |
50 | 55 | |
| 56 | + |
51 | 57 | |
52 | 58 | |
53 | 59 | |
|
Collapse file
test/es-module/test-esm-local-deprecations.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-local-deprecations.mjs+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 | |
2 | 4 | |
3 | 5 | |
| ||
9 | 11 | |
10 | 12 | |
11 | 13 | |
| 14 | + |
| 15 | + |
| 16 | + |
12 | 17 | |
13 | 18 | |
14 | 19 | |
15 | 20 | |
| 21 | + |
16 | 22 | |
17 | 23 | |
18 | 24 | |
| ||
28 | 34 | |
29 | 35 | |
30 | 36 | |
| 37 | + |
31 | 38 | |
32 | 39 | |
Collapse file
test/fixtures/es-modules/pattern-trailing-slash.mjs
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
Collapse file
test/fixtures/node_modules/pkgexports/package.json
Copy file name to clipboardExpand all lines: test/fixtures/node_modules/pkgexports/package.json+2-1Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
test/fixtures/node_modules/pkgexports/trailing-pattern-slash/index.js
Copy file name to clipboardExpand all lines: test/fixtures/node_modules/pkgexports/trailing-pattern-slash/index.js+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments