@formatjs/intl-datetimeformat 6.8.0 → 6.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/polyfill-force.d.ts +0 -1
- package/lib/polyfill.d.ts +0 -1
- package/lib/should-polyfill.d.ts +0 -1
- package/lib/src/abstract/BasicFormatMatcher.d.ts +0 -1
- package/lib/src/abstract/BestFitFormatMatcher.d.ts +0 -1
- package/lib/src/abstract/DateTimeStyleFormat.d.ts +0 -1
- package/lib/src/abstract/FormatDateTime.d.ts +0 -1
- package/lib/src/abstract/FormatDateTimePattern.d.ts +0 -1
- package/lib/src/abstract/FormatDateTimeRange.d.ts +0 -1
- package/lib/src/abstract/FormatDateTimeRangeToParts.d.ts +0 -1
- package/lib/src/abstract/FormatDateTimeToParts.d.ts +0 -1
- package/lib/src/abstract/InitializeDateTimeFormat.d.ts +0 -1
- package/lib/src/abstract/PartitionDateTimePattern.d.ts +0 -1
- package/lib/src/abstract/PartitionDateTimeRangePattern.d.ts +0 -1
- package/lib/src/abstract/ToDateTimeOptions.d.ts +0 -1
- package/lib/src/abstract/ToLocalTime.d.ts +0 -1
- package/lib/src/abstract/skeleton.d.ts +0 -1
- package/lib/src/abstract/utils.d.ts +0 -1
- package/lib/src/core.d.ts +0 -1
- package/lib/src/data/all-tz.d.ts +0 -1
- package/lib/src/data/all-tz.d.ts.map +1 -1
- package/lib/src/data/links.d.ts +0 -1
- package/lib/src/data/links.d.ts.map +1 -1
- package/lib/src/get_internal_slots.d.ts +0 -1
- package/lib/src/packer.d.ts +0 -1
- package/lib/src/to_locale_string.d.ts +0 -1
- package/lib/src/types.d.ts +0 -1
- package/lib/supported-locales.generated.d.ts +0 -1
- package/lib/test262-main.d.ts +0 -1
- package/package.json +41 -5
- package/polyfill-force.d.ts +0 -1
- package/polyfill.d.ts +0 -1
- package/polyfill.iife.js +48 -48
- package/should-polyfill.d.ts +0 -1
- package/src/abstract/BasicFormatMatcher.d.ts +0 -1
- package/src/abstract/BestFitFormatMatcher.d.ts +0 -1
- package/src/abstract/DateTimeStyleFormat.d.ts +0 -1
- package/src/abstract/FormatDateTime.d.ts +0 -1
- package/src/abstract/FormatDateTimePattern.d.ts +0 -1
- package/src/abstract/FormatDateTimeRange.d.ts +0 -1
- package/src/abstract/FormatDateTimeRangeToParts.d.ts +0 -1
- package/src/abstract/FormatDateTimeToParts.d.ts +0 -1
- package/src/abstract/InitializeDateTimeFormat.d.ts +0 -1
- package/src/abstract/PartitionDateTimePattern.d.ts +0 -1
- package/src/abstract/PartitionDateTimeRangePattern.d.ts +0 -1
- package/src/abstract/ToDateTimeOptions.d.ts +0 -1
- package/src/abstract/ToLocalTime.d.ts +0 -1
- package/src/abstract/skeleton.d.ts +0 -1
- package/src/abstract/utils.d.ts +0 -1
- package/src/core.d.ts +0 -1
- package/src/data/all-tz.d.ts +0 -1
- package/src/data/all-tz.d.ts.map +1 -1
- package/src/data/links.d.ts +0 -1
- package/src/data/links.d.ts.map +1 -1
- package/src/get_internal_slots.d.ts +0 -1
- package/src/packer.d.ts +0 -1
- package/src/to_locale_string.d.ts +0 -1
- package/src/types.d.ts +0 -1
- package/supported-locales.generated.d.ts +0 -1
- package/test262-main.d.ts +0 -1
package/index.d.ts
CHANGED
package/lib/index.d.ts
CHANGED
package/lib/polyfill-force.d.ts
CHANGED
package/lib/polyfill.d.ts
CHANGED
package/lib/should-polyfill.d.ts
CHANGED
|
@@ -14,4 +14,3 @@ export declare function bestFitFormatMatcherScore(options: Intl.DateTimeFormatOp
|
|
|
14
14
|
* @param implDetails Implementation details
|
|
15
15
|
*/
|
|
16
16
|
export declare function BestFitFormatMatcher(options: Intl.DateTimeFormatOptions, formats: Formats[]): Formats;
|
|
17
|
-
//# sourceMappingURL=BestFitFormatMatcher.d.ts.map
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
import { DateTimeFormatLocaleInternalData, Formats } from '@formatjs/ecma402-abstract';
|
|
2
2
|
export declare function DateTimeStyleFormat(dateStyle: Intl.DateTimeFormatOptions['dateStyle'], timeStyle: Intl.DateTimeFormatOptions['timeStyle'], dataLocaleData: DateTimeFormatLocaleInternalData): Formats;
|
|
3
|
-
//# sourceMappingURL=DateTimeStyleFormat.d.ts.map
|
|
@@ -6,4 +6,3 @@ import { PartitionDateTimePattern } from './PartitionDateTimePattern';
|
|
|
6
6
|
* @param x
|
|
7
7
|
*/
|
|
8
8
|
export declare function FormatDateTime(dtf: Intl.DateTimeFormat | DateTimeFormat, x: number, implDetails: Parameters<typeof PartitionDateTimePattern>[2]): string;
|
|
9
|
-
//# sourceMappingURL=FormatDateTime.d.ts.map
|
|
@@ -11,4 +11,3 @@ export interface FormatDateTimePatternImplDetails {
|
|
|
11
11
|
* @param x
|
|
12
12
|
*/
|
|
13
13
|
export declare function FormatDateTimePattern(dtf: Intl.DateTimeFormat | DateTimeFormat, patternParts: IntlDateTimeFormatPart[], x: number, { getInternalSlots, localeData, getDefaultTimeZone, tzData, }: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): IntlDateTimeFormatPart[];
|
|
14
|
-
//# sourceMappingURL=FormatDateTimePattern.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
|
|
2
2
|
import { ToLocalTimeImplDetails } from './ToLocalTime';
|
|
3
3
|
export declare function FormatDateTimeRange(dtf: Intl.DateTimeFormat, x: number, y: number, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): string;
|
|
4
|
-
//# sourceMappingURL=FormatDateTimeRange.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
|
|
2
2
|
import { ToLocalTimeImplDetails } from './ToLocalTime';
|
|
3
3
|
export declare function FormatDateTimeRangeToParts(dtf: Intl.DateTimeFormat, x: number, y: number, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): any[];
|
|
4
|
-
//# sourceMappingURL=FormatDateTimeRangeToParts.d.ts.map
|
|
@@ -8,4 +8,3 @@ import { IntlDateTimeFormatPart } from '@formatjs/ecma402-abstract';
|
|
|
8
8
|
* @param implDetails
|
|
9
9
|
*/
|
|
10
10
|
export declare function FormatDateTimeToParts(dtf: Intl.DateTimeFormat, x: number, implDetails: Parameters<typeof PartitionDateTimePattern>[2]): IntlDateTimeFormatPart[];
|
|
11
|
-
//# sourceMappingURL=FormatDateTimeToParts.d.ts.map
|
|
@@ -7,4 +7,3 @@ import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
|
|
|
7
7
|
* @param x
|
|
8
8
|
*/
|
|
9
9
|
export declare function PartitionDateTimePattern(dtf: Intl.DateTimeFormat | DateTimeFormat, x: number, implDetails: ToLocalTimeImplDetails & FormatDateTimePatternImplDetails): IntlDateTimeFormatPart[];
|
|
10
|
-
//# sourceMappingURL=PartitionDateTimePattern.d.ts.map
|
|
@@ -2,4 +2,3 @@ import { IntlDateTimeFormatPart } from '@formatjs/ecma402-abstract';
|
|
|
2
2
|
import { ToLocalTimeImplDetails } from './ToLocalTime';
|
|
3
3
|
import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
|
|
4
4
|
export declare function PartitionDateTimeRangePattern(dtf: Intl.DateTimeFormat, x: number, y: number, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): IntlDateTimeFormatPart[];
|
|
5
|
-
//# sourceMappingURL=PartitionDateTimeRangePattern.d.ts.map
|
|
@@ -11,4 +11,3 @@ export declare function processDateTimePattern(pattern: string, result?: Pick<In
|
|
|
11
11
|
export declare function parseDateTimeSkeleton(skeleton: string, rawPattern?: string, rangePatterns?: Record<string, string>, intervalFormatFallback?: string): Formats;
|
|
12
12
|
export declare function splitFallbackRangePattern(pattern: string): Array<RangePatternPart>;
|
|
13
13
|
export declare function splitRangePattern(pattern: string): Array<RangePatternPart>;
|
|
14
|
-
//# sourceMappingURL=skeleton.d.ts.map
|
package/lib/src/core.d.ts
CHANGED
package/lib/src/data/all-tz.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-tz.d.ts","sourceRoot":"","sources":["../../../src/data/all-tz.ts"],"names":[],"mappings":";;;;;AAEA,
|
|
1
|
+
{"version":3,"file":"all-tz.d.ts","sourceRoot":"","sources":["../../../src/data/all-tz.ts"],"names":[],"mappings":";;;;;AAEA,wBAwcC"}
|
package/lib/src/data/links.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"links.d.ts","sourceRoot":"","sources":["../../../src/data/links.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"links.d.ts","sourceRoot":"","sources":["../../../src/data/links.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAqPC"}
|
package/lib/src/packer.d.ts
CHANGED
|
@@ -2,4 +2,3 @@ import { UnpackedData, PackedData } from './types';
|
|
|
2
2
|
import { UnpackedZoneData } from '@formatjs/ecma402-abstract';
|
|
3
3
|
export declare function pack(data: UnpackedData): PackedData;
|
|
4
4
|
export declare function unpack(data: PackedData): Record<string, UnpackedZoneData[]>;
|
|
5
|
-
//# sourceMappingURL=packer.d.ts.map
|
|
@@ -5,4 +5,3 @@
|
|
|
5
5
|
export declare function toLocaleString(x?: Date | number, locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
|
6
6
|
export declare function toLocaleDateString(x?: Date | number, locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
|
7
7
|
export declare function toLocaleTimeString(x?: Date | number, locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
|
8
|
-
//# sourceMappingURL=to_locale_string.d.ts.map
|
package/lib/src/types.d.ts
CHANGED
package/lib/test262-main.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-datetimeformat",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.9.0",
|
|
4
4
|
"description": "Intl.DateTimeFormat polyfill",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./index.d.ts",
|
|
10
|
+
"import": "./lib/index.js",
|
|
11
|
+
"default": "./index.js"
|
|
12
|
+
},
|
|
13
|
+
"./polyfill": {
|
|
14
|
+
"types": "./polyfill.d.ts",
|
|
15
|
+
"import": "./lib/polyfill.js",
|
|
16
|
+
"default": "./polyfill.js"
|
|
17
|
+
},
|
|
18
|
+
"./polyfill-force": {
|
|
19
|
+
"types": "./polyfill-force.d.ts",
|
|
20
|
+
"import": "./lib/polyfill-force.js",
|
|
21
|
+
"default": "./polyfill-force.js"
|
|
22
|
+
},
|
|
23
|
+
"./should-polyfill": {
|
|
24
|
+
"types": "./should-polyfill.d.ts",
|
|
25
|
+
"import": "./lib/should-polyfill.js",
|
|
26
|
+
"default": "./should-polyfill.js"
|
|
27
|
+
},
|
|
28
|
+
"./locale-data/*": {
|
|
29
|
+
"types": "./locale-data/*.d.ts",
|
|
30
|
+
"default": "./locale-data/*.js"
|
|
31
|
+
},
|
|
32
|
+
"./add-all-tz": {
|
|
33
|
+
"types": "./add-all-tz.d.ts",
|
|
34
|
+
"default": "./add-all-tz.js"
|
|
35
|
+
},
|
|
36
|
+
"./add-golden-tz": {
|
|
37
|
+
"types": "./add-golden-tz.d.ts",
|
|
38
|
+
"default": "./add-golden-tz.js"
|
|
39
|
+
},
|
|
40
|
+
"./polyfill.iife.js": "./polyfill.iife.js",
|
|
41
|
+
"./package.json": "./package.json"
|
|
42
|
+
},
|
|
7
43
|
"repository": {
|
|
8
44
|
"type": "git",
|
|
9
45
|
"url": "git+https://github.com/formatjs/formatjs.git"
|
|
@@ -22,12 +58,12 @@
|
|
|
22
58
|
},
|
|
23
59
|
"homepage": "https://github.com/formatjs/formatjs#readme",
|
|
24
60
|
"dependencies": {
|
|
25
|
-
"@formatjs/ecma402-abstract": "1.
|
|
26
|
-
"@formatjs/intl-localematcher": "0.
|
|
61
|
+
"@formatjs/ecma402-abstract": "1.16.0",
|
|
62
|
+
"@formatjs/intl-localematcher": "0.3.0",
|
|
27
63
|
"tslib": "^2.4.0"
|
|
28
64
|
},
|
|
29
65
|
"devDependencies": {
|
|
30
|
-
"@formatjs/intl-getcanonicallocales": "2.2.
|
|
31
|
-
"@formatjs/intl-locale": "3.3.
|
|
66
|
+
"@formatjs/intl-getcanonicallocales": "2.2.1",
|
|
67
|
+
"@formatjs/intl-locale": "3.3.1"
|
|
32
68
|
}
|
|
33
69
|
}
|
package/polyfill-force.d.ts
CHANGED
package/polyfill.d.ts
CHANGED
package/polyfill.iife.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(() => {
|
|
2
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.es6.js
|
|
3
3
|
var extendStatics = function(d, b) {
|
|
4
4
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
5
5
|
d2.__proto__ = b2;
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
return t;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
47
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/CanonicalizeLocaleList.js
|
|
48
48
|
function CanonicalizeLocaleList(locales) {
|
|
49
49
|
return Intl.getCanonicalLocales(locales);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
52
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/CanonicalizeTimeZoneName.js
|
|
53
53
|
function CanonicalizeTimeZoneName(tz, _a) {
|
|
54
54
|
var tzData = _a.tzData, uppercaseLinks = _a.uppercaseLinks;
|
|
55
55
|
var uppercasedTz = tz.toUpperCase();
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
return ianaTimeZone;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
67
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/262.js
|
|
68
68
|
function ToString(o) {
|
|
69
69
|
if (typeof o === "symbol") {
|
|
70
70
|
throw TypeError("Cannot convert a Symbol value to a string");
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
return mod(t, MS_PER_SECOND);
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
318
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/DefaultNumberOption.js
|
|
319
319
|
function DefaultNumberOption(val, min, max, fallback) {
|
|
320
320
|
if (val !== void 0) {
|
|
321
321
|
val = Number(val);
|
|
@@ -327,13 +327,13 @@
|
|
|
327
327
|
return fallback;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
330
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetNumberOption.js
|
|
331
331
|
function GetNumberOption(options, property, minimum, maximum, fallback) {
|
|
332
332
|
var val = options[property];
|
|
333
333
|
return DefaultNumberOption(val, minimum, maximum, fallback);
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
336
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetOption.js
|
|
337
337
|
function GetOption(opts, prop, type, values, fallback) {
|
|
338
338
|
if (typeof opts !== "object") {
|
|
339
339
|
throw new TypeError("Options must be an object");
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
return fallback;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
362
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsSanctionedSimpleUnitIdentifier.js
|
|
363
363
|
var SANCTIONED_UNITS = [
|
|
364
364
|
"angle-degree",
|
|
365
365
|
"area-acre",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
}
|
|
411
411
|
var SIMPLE_UNITS = SANCTIONED_UNITS.map(removeUnitNamespace);
|
|
412
412
|
|
|
413
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
413
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsValidTimeZoneName.js
|
|
414
414
|
function IsValidTimeZoneName(tz, _a) {
|
|
415
415
|
var tzData = _a.tzData, uppercaseLinks = _a.uppercaseLinks;
|
|
416
416
|
var uppercasedTz = tz.toUpperCase();
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
return zoneNames.has(uppercasedTz) || linkNames.has(uppercasedTz);
|
|
429
429
|
}
|
|
430
430
|
|
|
431
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
431
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/utils.js
|
|
432
432
|
function defineProperty(target, name, _a) {
|
|
433
433
|
var value = _a.value;
|
|
434
434
|
Object.defineProperty(target, name, {
|
|
@@ -447,19 +447,19 @@
|
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
450
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/regex.generated.js
|
|
451
451
|
var S_UNICODE_REGEX = /[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20BF\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC1\uFDFC\uFDFD\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDE8\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEE0-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDD78\uDD7A-\uDDCB\uDDCD-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6\uDF00-\uDF92\uDF94-\uDFCA]/;
|
|
452
452
|
|
|
453
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
453
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/NumberFormat/format_to_parts.js
|
|
454
454
|
var CARET_S_UNICODE_REGEX = new RegExp("^".concat(S_UNICODE_REGEX.source));
|
|
455
455
|
var S_DOLLAR_UNICODE_REGEX = new RegExp("".concat(S_UNICODE_REGEX.source, "$"));
|
|
456
456
|
|
|
457
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
457
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/CanonicalizeLocaleList.js
|
|
458
458
|
function CanonicalizeLocaleList2(locales) {
|
|
459
459
|
return Intl.getCanonicalLocales(locales);
|
|
460
460
|
}
|
|
461
461
|
|
|
462
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
462
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/utils.js
|
|
463
463
|
var UNICODE_EXTENSION_SEQUENCE_REGEX = /-u(?:-[0-9a-z]{2,8})+/gi;
|
|
464
464
|
function invariant2(condition, message, Err) {
|
|
465
465
|
if (Err === void 0) {
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
473
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/BestAvailableLocale.js
|
|
474
474
|
function BestAvailableLocale(availableLocales, locale) {
|
|
475
475
|
var candidate = locale;
|
|
476
476
|
while (true) {
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
491
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/LookupMatcher.js
|
|
492
492
|
function LookupMatcher(availableLocales, requestedLocales, getDefaultLocale) {
|
|
493
493
|
var result = { locale: "" };
|
|
494
494
|
for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
return result;
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
510
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/BestFitMatcher.js
|
|
511
511
|
function BestFitMatcher(availableLocales, requestedLocales, getDefaultLocale) {
|
|
512
512
|
var minimizedAvailableLocaleMap = {};
|
|
513
513
|
var availableLocaleMap = {};
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
};
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
558
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/UnicodeExtensionValue.js
|
|
559
559
|
function UnicodeExtensionValue(extension, key) {
|
|
560
560
|
invariant2(key.length === 2, "key must have 2 elements");
|
|
561
561
|
var size = extension.length;
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
return void 0;
|
|
595
595
|
}
|
|
596
596
|
|
|
597
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
597
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/ResolveLocale.js
|
|
598
598
|
function ResolveLocale(availableLocales, requestedLocales, options, relevantExtensionKeys, localeData, getDefaultLocale) {
|
|
599
599
|
var matcher = options.localeMatcher;
|
|
600
600
|
var r;
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
return result;
|
|
659
659
|
}
|
|
660
660
|
|
|
661
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
661
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/LookupSupportedLocales.js
|
|
662
662
|
function LookupSupportedLocales(availableLocales, requestedLocales) {
|
|
663
663
|
var subset = [];
|
|
664
664
|
for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
return subset;
|
|
673
673
|
}
|
|
674
674
|
|
|
675
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
675
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/index.js
|
|
676
676
|
function match(requestedLocales, availableLocales, defaultLocale, opts) {
|
|
677
677
|
var locales = availableLocales.reduce(function(all, l) {
|
|
678
678
|
all.add(l);
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
}).locale;
|
|
686
686
|
}
|
|
687
687
|
|
|
688
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
688
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/PartitionPattern.js
|
|
689
689
|
function PartitionPattern(pattern) {
|
|
690
690
|
var result = [];
|
|
691
691
|
var beginIndex = pattern.indexOf("{");
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
return result;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
720
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/SupportedLocales.js
|
|
721
721
|
function SupportedLocales(availableLocales, requestedLocales, options) {
|
|
722
722
|
var matcher = "best fit";
|
|
723
723
|
if (options !== void 0) {
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
return LookupSupportedLocales(availableLocales, requestedLocales);
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
733
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/data.js
|
|
734
734
|
var MissingLocaleDataError = (
|
|
735
735
|
/** @class */
|
|
736
736
|
function(_super) {
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
}(Error)
|
|
745
745
|
);
|
|
746
746
|
|
|
747
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
747
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/types/date-time.js
|
|
748
748
|
var RangePatternType;
|
|
749
749
|
(function(RangePatternType2) {
|
|
750
750
|
RangePatternType2["startRange"] = "startRange";
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
RangePatternType2["endRange"] = "endRange";
|
|
753
753
|
})(RangePatternType || (RangePatternType = {}));
|
|
754
754
|
|
|
755
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
755
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/get_internal_slots.js
|
|
756
756
|
var internalSlotMap = /* @__PURE__ */ new WeakMap();
|
|
757
757
|
function getInternalSlots(x) {
|
|
758
758
|
var internalSlots = internalSlotMap.get(x);
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
return internalSlots;
|
|
764
764
|
}
|
|
765
765
|
|
|
766
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
766
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/data/links.js
|
|
767
767
|
var links_default = {
|
|
768
768
|
"Africa/Accra": "Africa/Abidjan",
|
|
769
769
|
"Africa/Addis_Ababa": "Africa/Nairobi",
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
"Zulu": "Etc/UTC"
|
|
1013
1013
|
};
|
|
1014
1014
|
|
|
1015
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1015
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/packer.js
|
|
1016
1016
|
function unpack(data) {
|
|
1017
1017
|
var abbrvs = data.abbrvs.split("|");
|
|
1018
1018
|
var offsets = data.offsets.split("|").map(function(n) {
|
|
@@ -1038,7 +1038,7 @@
|
|
|
1038
1038
|
return zones;
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1041
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/utils.js
|
|
1042
1042
|
var DATE_TIME_PROPS = [
|
|
1043
1043
|
"weekday",
|
|
1044
1044
|
"era",
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
var shortMorePenalty = 3;
|
|
1062
1062
|
var offsetPenalty = 1;
|
|
1063
1063
|
|
|
1064
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1064
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/ToLocalTime.js
|
|
1065
1065
|
function getApplicableZoneData(t, timeZone, tzData) {
|
|
1066
1066
|
var _a;
|
|
1067
1067
|
var zoneData = tzData[timeZone];
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
};
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1108
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimePattern.js
|
|
1109
1109
|
function pad(n) {
|
|
1110
1110
|
if (n < 10) {
|
|
1111
1111
|
return "0".concat(n);
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
return result;
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
1267
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1267
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/PartitionDateTimePattern.js
|
|
1268
1268
|
function PartitionDateTimePattern(dtf, x, implDetails) {
|
|
1269
1269
|
x = TimeClip(x);
|
|
1270
1270
|
if (isNaN(x)) {
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
return FormatDateTimePattern(dtf, PartitionPattern(pattern), x, implDetails);
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1279
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTime.js
|
|
1280
1280
|
function FormatDateTime(dtf, x, implDetails) {
|
|
1281
1281
|
var parts = PartitionDateTimePattern(dtf, x, implDetails);
|
|
1282
1282
|
var result = "";
|
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
return result;
|
|
1288
1288
|
}
|
|
1289
1289
|
|
|
1290
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1290
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/BasicFormatMatcher.js
|
|
1291
1291
|
function BasicFormatMatcher(options, formats) {
|
|
1292
1292
|
var bestScore = -Infinity;
|
|
1293
1293
|
var bestFormat = formats[0];
|
|
@@ -1364,7 +1364,7 @@
|
|
|
1364
1364
|
return __assign({}, bestFormat);
|
|
1365
1365
|
}
|
|
1366
1366
|
|
|
1367
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1367
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/skeleton.js
|
|
1368
1368
|
var DATE_TIME_REGEX = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
1369
1369
|
var expPatternTrimmer = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
|
|
1370
1370
|
function matchSkeletonPattern(match2, result) {
|
|
@@ -1617,7 +1617,7 @@
|
|
|
1617
1617
|
];
|
|
1618
1618
|
}
|
|
1619
1619
|
|
|
1620
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1620
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/BestFitFormatMatcher.js
|
|
1621
1621
|
function isNumericType(t) {
|
|
1622
1622
|
return t === "numeric" || t === "2-digit";
|
|
1623
1623
|
}
|
|
@@ -1699,7 +1699,7 @@
|
|
|
1699
1699
|
return patternFormat;
|
|
1700
1700
|
}
|
|
1701
1701
|
|
|
1702
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1702
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/DateTimeStyleFormat.js
|
|
1703
1703
|
function DateTimeStyleFormat(dateStyle, timeStyle, dataLocaleData) {
|
|
1704
1704
|
var dateFormat, timeFormat;
|
|
1705
1705
|
if (timeStyle !== void 0) {
|
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
return dateFormat;
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1741
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/ToDateTimeOptions.js
|
|
1742
1742
|
function ToDateTimeOptions(options, required, defaults) {
|
|
1743
1743
|
if (options === void 0) {
|
|
1744
1744
|
options = null;
|
|
@@ -1795,7 +1795,7 @@
|
|
|
1795
1795
|
return options;
|
|
1796
1796
|
}
|
|
1797
1797
|
|
|
1798
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1798
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/InitializeDateTimeFormat.js
|
|
1799
1799
|
function isTimeRelated(opt) {
|
|
1800
1800
|
for (var _i = 0, _a = ["hour", "minute", "second"]; _i < _a.length; _i++) {
|
|
1801
1801
|
var prop = _a[_i];
|
|
@@ -1958,7 +1958,7 @@
|
|
|
1958
1958
|
return dtf;
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1961
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeToParts.js
|
|
1962
1962
|
function FormatDateTimeToParts(dtf, x, implDetails) {
|
|
1963
1963
|
var parts = PartitionDateTimePattern(dtf, x, implDetails);
|
|
1964
1964
|
var result = ArrayCreate(0);
|
|
@@ -1972,7 +1972,7 @@
|
|
|
1972
1972
|
return result;
|
|
1973
1973
|
}
|
|
1974
1974
|
|
|
1975
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1975
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/PartitionDateTimeRangePattern.js
|
|
1976
1976
|
var TABLE_2_FIELDS = [
|
|
1977
1977
|
"era",
|
|
1978
1978
|
"year",
|
|
@@ -2087,7 +2087,7 @@
|
|
|
2087
2087
|
return result;
|
|
2088
2088
|
}
|
|
2089
2089
|
|
|
2090
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2090
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeRangeToParts.js
|
|
2091
2091
|
function FormatDateTimeRangeToParts(dtf, x, y, implDetails) {
|
|
2092
2092
|
var parts = PartitionDateTimeRangePattern(dtf, x, y, implDetails);
|
|
2093
2093
|
var result = new Array(0);
|
|
@@ -2102,7 +2102,7 @@
|
|
|
2102
2102
|
return result;
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
2105
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2105
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeRange.js
|
|
2106
2106
|
function FormatDateTimeRange(dtf, x, y, implDetails) {
|
|
2107
2107
|
var parts = PartitionDateTimeRangePattern(dtf, x, y, implDetails);
|
|
2108
2108
|
var result = "";
|
|
@@ -2113,7 +2113,7 @@
|
|
|
2113
2113
|
return result;
|
|
2114
2114
|
}
|
|
2115
2115
|
|
|
2116
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2116
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/core.js
|
|
2117
2117
|
var UPPERCASED_LINKS = Object.keys(links_default).reduce(function(all, l) {
|
|
2118
2118
|
all[l.toUpperCase()] = links_default[l];
|
|
2119
2119
|
return all;
|
|
@@ -2387,10 +2387,10 @@
|
|
|
2387
2387
|
} catch (e) {
|
|
2388
2388
|
}
|
|
2389
2389
|
|
|
2390
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2390
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/supported-locales.generated.js
|
|
2391
2391
|
var supportedLocales = ["af", "af-NA", "agq", "ak", "am", "ar", "ar-AE", "ar-BH", "ar-DJ", "ar-DZ", "ar-EG", "ar-EH", "ar-ER", "ar-IL", "ar-IQ", "ar-JO", "ar-KM", "ar-KW", "ar-LB", "ar-LY", "ar-MA", "ar-MR", "ar-OM", "ar-PS", "ar-QA", "ar-SA", "ar-SD", "ar-SO", "ar-SS", "ar-SY", "ar-TD", "ar-TN", "ar-YE", "as", "asa", "ast", "az", "az-Cyrl", "az-Latn", "bas", "be", "be-tarask", "bem", "bez", "bg", "bm", "bn", "bn-IN", "bo", "bo-IN", "br", "brx", "bs", "bs-Cyrl", "bs-Latn", "ca", "ca-AD", "ca-ES-valencia", "ca-FR", "ca-IT", "ccp", "ccp-IN", "ce", "ceb", "cgg", "chr", "ckb", "ckb-IR", "cs", "cy", "da", "da-GL", "dav", "de", "de-AT", "de-BE", "de-CH", "de-IT", "de-LI", "de-LU", "dje", "doi", "dsb", "dua", "dyo", "dz", "ebu", "ee", "ee-TG", "el", "el-CY", "en", "en-001", "en-150", "en-AE", "en-AG", "en-AI", "en-AS", "en-AT", "en-AU", "en-BB", "en-BE", "en-BI", "en-BM", "en-BS", "en-BW", "en-BZ", "en-CA", "en-CC", "en-CH", "en-CK", "en-CM", "en-CX", "en-CY", "en-DE", "en-DG", "en-DK", "en-DM", "en-ER", "en-FI", "en-FJ", "en-FK", "en-FM", "en-GB", "en-GD", "en-GG", "en-GH", "en-GI", "en-GM", "en-GU", "en-GY", "en-HK", "en-IE", "en-IL", "en-IM", "en-IN", "en-IO", "en-JE", "en-JM", "en-KE", "en-KI", "en-KN", "en-KY", "en-LC", "en-LR", "en-LS", "en-MG", "en-MH", "en-MO", "en-MP", "en-MS", "en-MT", "en-MU", "en-MW", "en-MY", "en-NA", "en-NF", "en-NG", "en-NL", "en-NR", "en-NU", "en-NZ", "en-PG", "en-PH", "en-PK", "en-PN", "en-PR", "en-PW", "en-RW", "en-SB", "en-SC", "en-SD", "en-SE", "en-SG", "en-SH", "en-SI", "en-SL", "en-SS", "en-SX", "en-SZ", "en-TC", "en-TK", "en-TO", "en-TT", "en-TV", "en-TZ", "en-UG", "en-UM", "en-VC", "en-VG", "en-VI", "en-VU", "en-WS", "en-ZA", "en-ZM", "en-ZW", "eo", "es", "es-419", "es-AR", "es-BO", "es-BR", "es-BZ", "es-CL", "es-CO", "es-CR", "es-CU", "es-DO", "es-EA", "es-EC", "es-GQ", "es-GT", "es-HN", "es-IC", "es-MX", "es-NI", "es-PA", "es-PE", "es-PH", "es-PR", "es-PY", "es-SV", "es-US", "es-UY", "es-VE", "et", "eu", "ewo", "fa", "fa-AF", "ff", "ff-Adlm", "ff-Adlm-BF", "ff-Adlm-CM", "ff-Adlm-GH", "ff-Adlm-GM", "ff-Adlm-GW", "ff-Adlm-LR", "ff-Adlm-MR", "ff-Adlm-NE", "ff-Adlm-NG", "ff-Adlm-SL", "ff-Adlm-SN", "ff-Latn", "ff-Latn-BF", "ff-Latn-CM", "ff-Latn-GH", "ff-Latn-GM", "ff-Latn-GN", "ff-Latn-GW", "ff-Latn-LR", "ff-Latn-MR", "ff-Latn-NE", "ff-Latn-NG", "ff-Latn-SL", "fi", "fil", "fo", "fo-DK", "fr", "fr-BE", "fr-BF", "fr-BI", "fr-BJ", "fr-BL", "fr-CA", "fr-CD", "fr-CF", "fr-CG", "fr-CH", "fr-CI", "fr-CM", "fr-DJ", "fr-DZ", "fr-GA", "fr-GF", "fr-GN", "fr-GP", "fr-GQ", "fr-HT", "fr-KM", "fr-LU", "fr-MA", "fr-MC", "fr-MF", "fr-MG", "fr-ML", "fr-MQ", "fr-MR", "fr-MU", "fr-NC", "fr-NE", "fr-PF", "fr-PM", "fr-RE", "fr-RW", "fr-SC", "fr-SN", "fr-SY", "fr-TD", "fr-TG", "fr-TN", "fr-VU", "fr-WF", "fr-YT", "fur", "fy", "ga", "ga-GB", "gd", "gl", "gsw", "gsw-FR", "gsw-LI", "gu", "guz", "gv", "ha", "ha-GH", "ha-NE", "haw", "he", "hi", "hr", "hr-BA", "hsb", "hu", "hy", "ia", "id", "ig", "ii", "is", "it", "it-CH", "it-SM", "it-VA", "ja", "jgo", "jmc", "jv", "ka", "kab", "kam", "kde", "kea", "kgp", "khq", "ki", "kk", "kkj", "kl", "kln", "km", "kn", "ko", "ko-KP", "kok", "ks", "ks-Arab", "ksb", "ksf", "ksh", "ku", "kw", "ky", "lag", "lb", "lg", "lkt", "ln", "ln-AO", "ln-CF", "ln-CG", "lo", "lrc", "lrc-IQ", "lt", "lu", "luo", "luy", "lv", "mai", "mas", "mas-TZ", "mer", "mfe", "mg", "mgh", "mgo", "mi", "mk", "ml", "mn", "mni", "mni-Beng", "mr", "ms", "ms-BN", "ms-ID", "ms-SG", "mt", "mua", "my", "mzn", "naq", "nb", "nb-SJ", "nd", "nds", "nds-NL", "ne", "ne-IN", "nl", "nl-AW", "nl-BE", "nl-BQ", "nl-CW", "nl-SR", "nl-SX", "nmg", "nn", "nnh", "no", "nus", "nyn", "om", "om-KE", "or", "os", "os-RU", "pa", "pa-Arab", "pa-Guru", "pcm", "pl", "ps", "ps-PK", "pt", "pt-AO", "pt-CH", "pt-CV", "pt-GQ", "pt-GW", "pt-LU", "pt-MO", "pt-MZ", "pt-PT", "pt-ST", "pt-TL", "qu", "qu-BO", "qu-EC", "rm", "rn", "ro", "ro-MD", "rof", "ru", "ru-BY", "ru-KG", "ru-KZ", "ru-MD", "ru-UA", "rw", "rwk", "sa", "sah", "saq", "sat", "sat-Olck", "sbp", "sc", "sd", "sd-Arab", "sd-Deva", "se", "se-FI", "se-SE", "seh", "ses", "sg", "shi", "shi-Latn", "shi-Tfng", "si", "sk", "sl", "smn", "sn", "so", "so-DJ", "so-ET", "so-KE", "sq", "sq-MK", "sq-XK", "sr", "sr-Cyrl", "sr-Cyrl-BA", "sr-Cyrl-ME", "sr-Cyrl-XK", "sr-Latn", "sr-Latn-BA", "sr-Latn-ME", "sr-Latn-XK", "su", "su-Latn", "sv", "sv-AX", "sv-FI", "sw", "sw-CD", "sw-KE", "sw-UG", "ta", "ta-LK", "ta-MY", "ta-SG", "te", "teo", "teo-KE", "tg", "th", "ti", "ti-ER", "tk", "to", "tr", "tr-CY", "tt", "twq", "tzm", "ug", "uk", "und", "ur", "ur-IN", "uz", "uz-Arab", "uz-Cyrl", "uz-Latn", "vai", "vai-Latn", "vai-Vaii", "vi", "vun", "wae", "wo", "xh", "xog", "yav", "yi", "yo", "yo-BJ", "yrl", "yrl-CO", "yrl-VE", "yue", "yue-Hans", "yue-Hant", "zgh", "zh", "zh-Hans", "zh-Hans-HK", "zh-Hans-MO", "zh-Hans-SG", "zh-Hant", "zh-Hant-HK", "zh-Hant-MO", "zu"];
|
|
2392
2392
|
|
|
2393
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2393
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/should-polyfill.js
|
|
2394
2394
|
function supportsDateStyle() {
|
|
2395
2395
|
try {
|
|
2396
2396
|
return !!new Intl.DateTimeFormat(void 0, {
|
|
@@ -2436,7 +2436,7 @@
|
|
|
2436
2436
|
}
|
|
2437
2437
|
}
|
|
2438
2438
|
|
|
2439
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2439
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/src/to_locale_string.js
|
|
2440
2440
|
function toLocaleString(x, locales, options) {
|
|
2441
2441
|
var dtf = new DateTimeFormat(locales, options);
|
|
2442
2442
|
return dtf.format(x);
|
|
@@ -2450,7 +2450,7 @@
|
|
|
2450
2450
|
return dtf.format(x);
|
|
2451
2451
|
}
|
|
2452
2452
|
|
|
2453
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2453
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-datetimeformat/lib/polyfill.js
|
|
2454
2454
|
if (shouldPolyfill()) {
|
|
2455
2455
|
defineProperty(Intl, "DateTimeFormat", { value: DateTimeFormat });
|
|
2456
2456
|
defineProperty(Date.prototype, "toLocaleString", {
|
package/should-polyfill.d.ts
CHANGED
|
@@ -14,4 +14,3 @@ export declare function bestFitFormatMatcherScore(options: Intl.DateTimeFormatOp
|
|
|
14
14
|
* @param implDetails Implementation details
|
|
15
15
|
*/
|
|
16
16
|
export declare function BestFitFormatMatcher(options: Intl.DateTimeFormatOptions, formats: Formats[]): Formats;
|
|
17
|
-
//# sourceMappingURL=BestFitFormatMatcher.d.ts.map
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
import { DateTimeFormatLocaleInternalData, Formats } from '@formatjs/ecma402-abstract';
|
|
2
2
|
export declare function DateTimeStyleFormat(dateStyle: Intl.DateTimeFormatOptions['dateStyle'], timeStyle: Intl.DateTimeFormatOptions['timeStyle'], dataLocaleData: DateTimeFormatLocaleInternalData): Formats;
|
|
3
|
-
//# sourceMappingURL=DateTimeStyleFormat.d.ts.map
|
|
@@ -6,4 +6,3 @@ import { PartitionDateTimePattern } from './PartitionDateTimePattern';
|
|
|
6
6
|
* @param x
|
|
7
7
|
*/
|
|
8
8
|
export declare function FormatDateTime(dtf: Intl.DateTimeFormat | DateTimeFormat, x: number, implDetails: Parameters<typeof PartitionDateTimePattern>[2]): string;
|
|
9
|
-
//# sourceMappingURL=FormatDateTime.d.ts.map
|
|
@@ -11,4 +11,3 @@ export interface FormatDateTimePatternImplDetails {
|
|
|
11
11
|
* @param x
|
|
12
12
|
*/
|
|
13
13
|
export declare function FormatDateTimePattern(dtf: Intl.DateTimeFormat | DateTimeFormat, patternParts: IntlDateTimeFormatPart[], x: number, { getInternalSlots, localeData, getDefaultTimeZone, tzData, }: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): IntlDateTimeFormatPart[];
|
|
14
|
-
//# sourceMappingURL=FormatDateTimePattern.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
|
|
2
2
|
import { ToLocalTimeImplDetails } from './ToLocalTime';
|
|
3
3
|
export declare function FormatDateTimeRange(dtf: Intl.DateTimeFormat, x: number, y: number, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): string;
|
|
4
|
-
//# sourceMappingURL=FormatDateTimeRange.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
|
|
2
2
|
import { ToLocalTimeImplDetails } from './ToLocalTime';
|
|
3
3
|
export declare function FormatDateTimeRangeToParts(dtf: Intl.DateTimeFormat, x: number, y: number, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): any[];
|
|
4
|
-
//# sourceMappingURL=FormatDateTimeRangeToParts.d.ts.map
|
|
@@ -8,4 +8,3 @@ import { IntlDateTimeFormatPart } from '@formatjs/ecma402-abstract';
|
|
|
8
8
|
* @param implDetails
|
|
9
9
|
*/
|
|
10
10
|
export declare function FormatDateTimeToParts(dtf: Intl.DateTimeFormat, x: number, implDetails: Parameters<typeof PartitionDateTimePattern>[2]): IntlDateTimeFormatPart[];
|
|
11
|
-
//# sourceMappingURL=FormatDateTimeToParts.d.ts.map
|
|
@@ -7,4 +7,3 @@ import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
|
|
|
7
7
|
* @param x
|
|
8
8
|
*/
|
|
9
9
|
export declare function PartitionDateTimePattern(dtf: Intl.DateTimeFormat | DateTimeFormat, x: number, implDetails: ToLocalTimeImplDetails & FormatDateTimePatternImplDetails): IntlDateTimeFormatPart[];
|
|
10
|
-
//# sourceMappingURL=PartitionDateTimePattern.d.ts.map
|
|
@@ -2,4 +2,3 @@ import { IntlDateTimeFormatPart } from '@formatjs/ecma402-abstract';
|
|
|
2
2
|
import { ToLocalTimeImplDetails } from './ToLocalTime';
|
|
3
3
|
import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
|
|
4
4
|
export declare function PartitionDateTimeRangePattern(dtf: Intl.DateTimeFormat, x: number, y: number, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): IntlDateTimeFormatPart[];
|
|
5
|
-
//# sourceMappingURL=PartitionDateTimeRangePattern.d.ts.map
|
|
@@ -11,4 +11,3 @@ export declare function processDateTimePattern(pattern: string, result?: Pick<In
|
|
|
11
11
|
export declare function parseDateTimeSkeleton(skeleton: string, rawPattern?: string, rangePatterns?: Record<string, string>, intervalFormatFallback?: string): Formats;
|
|
12
12
|
export declare function splitFallbackRangePattern(pattern: string): Array<RangePatternPart>;
|
|
13
13
|
export declare function splitRangePattern(pattern: string): Array<RangePatternPart>;
|
|
14
|
-
//# sourceMappingURL=skeleton.d.ts.map
|
package/src/abstract/utils.d.ts
CHANGED
package/src/core.d.ts
CHANGED
package/src/data/all-tz.d.ts
CHANGED
package/src/data/all-tz.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-tz.d.ts","sourceRoot":"","sources":["../../src/data/all-tz.ts"],"names":[],"mappings":";;;;;AAEA,
|
|
1
|
+
{"version":3,"file":"all-tz.d.ts","sourceRoot":"","sources":["../../src/data/all-tz.ts"],"names":[],"mappings":";;;;;AAEA,wBAwcC"}
|
package/src/data/links.d.ts
CHANGED
package/src/data/links.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"links.d.ts","sourceRoot":"","sources":["../../src/data/links.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"links.d.ts","sourceRoot":"","sources":["../../src/data/links.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAqPC"}
|
package/src/packer.d.ts
CHANGED
|
@@ -2,4 +2,3 @@ import { UnpackedData, PackedData } from './types';
|
|
|
2
2
|
import { UnpackedZoneData } from '@formatjs/ecma402-abstract';
|
|
3
3
|
export declare function pack(data: UnpackedData): PackedData;
|
|
4
4
|
export declare function unpack(data: PackedData): Record<string, UnpackedZoneData[]>;
|
|
5
|
-
//# sourceMappingURL=packer.d.ts.map
|
|
@@ -5,4 +5,3 @@
|
|
|
5
5
|
export declare function toLocaleString(x?: Date | number, locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
|
6
6
|
export declare function toLocaleDateString(x?: Date | number, locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
|
7
7
|
export declare function toLocaleTimeString(x?: Date | number, locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
|
8
|
-
//# sourceMappingURL=to_locale_string.d.ts.map
|
package/src/types.d.ts
CHANGED
package/test262-main.d.ts
CHANGED