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
recognize when //# sourceMappingURL is percent-encoded (#1330)
* recognize when //# sourceMappingURL is percent-encoded
* lint-fix
* dedupe const value
* fix
* use encodeURI instead of url.format because it seems closer to what TS does; it percent-encodes the square brackets in [eval].ts
* remove unused import
// If anyone asks why we're not using URL, the URL equivalent is: `u = new URL('http://d'); u.pathname = "/" + sourcemapFilename; return u.pathname.slice(1);
0 commit comments