@@ -69,7 +69,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
69
69
var ts;
70
70
(function (ts) {
71
71
ts.versionMajorMinor = "4.9";
72
- ts.version = "".concat(ts.versionMajorMinor, ".4 ");
72
+ ts.version = "".concat(ts.versionMajorMinor, ".5 ");
73
73
var NativeCollections;
74
74
(function (NativeCollections) {
75
75
var globals = typeof globalThis !== "undefined" ? globalThis :
@@ -33654,7 +33654,12 @@ var ts;
33654
33654
description: ts.Diagnostics.Control_what_method_is_used_to_detect_module_format_JS_files,
33655
33655
category: ts.Diagnostics.Language_and_Environment,
33656
33656
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
+ },
33658
33663
];
33659
33664
ts.optionDeclarations = __spreadArray(__spreadArray([], ts.commonOptionsWithBuild, true), commandOptionsWithoutBuild, true);
33660
33665
ts.semanticDiagnosticsOptionDeclarations = ts.optionDeclarations.filter(function (option) { return !!option.affectsSemanticDiagnostics; });
@@ -104329,7 +104334,7 @@ var ts;
104329
104334
function getLocaleTimeString(system) {
104330
104335
return !system.now ?
104331
104336
new Date().toLocaleTimeString() :
104332
- system.now().toLocaleTimeString("en-US", { timeZone: "UTC" });
104337
+ system.now().toLocaleTimeString("en-US", { timeZone: "UTC" }).replace("\u202f", " ") ;
104333
104338
}
104334
104339
ts.getLocaleTimeString = getLocaleTimeString;
104335
104340
function createWatchStatusReporter(system, pretty) {
0 commit comments