mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Use explicit extensions for imports within src (#58421)
This commit is contained in:
@@ -25,7 +25,7 @@ import {
|
||||
toPath as ts_toPath,
|
||||
tryGetSourceMappingURL,
|
||||
tryParseRawSourceMap,
|
||||
} from "./_namespaces/ts";
|
||||
} from "./_namespaces/ts.js";
|
||||
|
||||
const base64UrlRegExp = /^data:(?:application\/json(?:;charset=[uU][tT][fF]-8);base64,([A-Za-z0-9+/=]+)$)?/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user