@@ -69,7 +69,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
6969var ts;
7070(function (ts) {
7171 ts.versionMajorMinor = "4.9";
72- ts.version = "".concat(ts.versionMajorMinor, ".4 ");
72+ ts.version = "".concat(ts.versionMajorMinor, ".5 ");
7373 var NativeCollections;
7474 (function (NativeCollections) {
7575 var globals = typeof globalThis !== "undefined" ? globalThis :
@@ -33654,7 +33654,12 @@ var ts;
3365433654 description: ts.Diagnostics.Control_what_method_is_used_to_detect_module_format_JS_files,
3365533655 category: ts.Diagnostics.Language_and_Environment,
3365633656 defaultValueDescription: ts.Diagnostics.auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_with_module_Colon_node16_as_modules,
33657- }
33657+ },
33658+ {
33659+ name: "ignoreDeprecations",
33660+ type: "string",
33661+ defaultValueDescription: undefined,
33662+ },
3365833663 ];
3365933664 ts.optionDeclarations = __spreadArray(__spreadArray([], ts.commonOptionsWithBuild, true), commandOptionsWithoutBuild, true);
3366033665 ts.semanticDiagnosticsOptionDeclarations = ts.optionDeclarations.filter(function (option) { return !!option.affectsSemanticDiagnostics; });
@@ -104329,7 +104334,7 @@ var ts;
104329104334 function getLocaleTimeString(system) {
104330104335 return !system.now ?
104331104336 new Date().toLocaleTimeString() :
104332- system.now().toLocaleTimeString("en-US", { timeZone: "UTC" });
104337+ system.now().toLocaleTimeString("en-US", { timeZone: "UTC" }).replace("\u202f", " ") ;
104333104338 }
104334104339 ts.getLocaleTimeString = getLocaleTimeString;
104335104340 function createWatchStatusReporter(system, pretty) {
0 commit comments