You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we always add sourceURL even when we have source maps, the native stack gets source mapped. This is needed when looking up a source location from an error string where the engine doesn't have access to the native reference.
Async stacks are printed with native references but errors printed into the console are printed as strings and then reverse engineered back into source
mapped urls. This preserves each eval as its own id.
We use a separate protocol to exclude them from other Sources. Otherwise the real file and the fake file are listed right next to eachother.
0 commit comments