-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors: do not call resolve on URLs with schemes #35903
Commits on Oct 31, 2020
-
errors: do not call resolve on URLs with schemes
Based on advice from webpack project, this PR stops trying to resolve sources with a webpack:// scheme (or other schemes, as they represent absolute URLs). Source content is now loaded from the sourcesContent lookup, if it is populated (allowing for non file:// schemes). Refs: nodejs#35325
Configuration menu - View commit details
-
Copy full SHA for 44f20fc - Browse repository at this point
Copy the full SHA 44f20fcView commit details
Commits on Nov 1, 2020
-
Update lib/internal/source_map/source_map_cache.js
Co-authored-by: devsnek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd0949f - Browse repository at this point
Copy the full SHA dd0949fView commit details -
Update lib/internal/source_map/prepare_stack_trace.js
Co-authored-by: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e78647 - Browse repository at this point
Copy the full SHA 3e78647View commit details -
Update lib/internal/source_map/prepare_stack_trace.js
Co-authored-by: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 596cf2a - Browse repository at this point
Copy the full SHA 596cf2aView commit details -
Update lib/internal/source_map/source_map_cache.js
Co-authored-by: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8933b5c - Browse repository at this point
Copy the full SHA 8933b5cView commit details -
Update lib/internal/source_map/prepare_stack_trace.js
Co-authored-by: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ace772 - Browse repository at this point
Copy the full SHA 6ace772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21124ef - Browse repository at this point
Copy the full SHA 21124efView commit details -
Co-authored-by: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c1a7ca - Browse repository at this point
Copy the full SHA 3c1a7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for eafd35e - Browse repository at this point
Copy the full SHA eafd35eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c85b480 - Browse repository at this point
Copy the full SHA c85b480View commit details