Commit 78a9aa8
lib: fix source map url parse in dynamic imports
PR-URL: #61990
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent b067d74 commit 78a9aa8Copy full SHA for 78a9aa8
2 files changed
+61-2Lines changed: 61 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib/internal/source_map
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
lib/internal/source_map/source_map_cache.js
Copy file name to clipboardExpand all lines: lib/internal/source_map/source_map_cache.js+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
247 | 247 | |
248 | 248 | |
249 | 249 | |
250 | | - |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
251 | 254 | |
252 | 255 | |
253 | 256 | |
| ||
276 | 279 | |
277 | 280 | |
278 | 281 | |
279 | | - |
| 282 | + |
280 | 283 | |
281 | 284 | |
282 | 285 | |
|
Collapse file
test/parallel/test-source-map-invalid-url.js
Copy file name to clipboardExpand all lines: test/parallel/test-source-map-invalid-url.js+56Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments