@formatjs/intl-relativetimeformat 11.2.2 → 11.2.4

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.
Files changed (49) hide show
  1. package/abstract/FormatRelativeTime.d.ts +0 -1
  2. package/abstract/FormatRelativeTimeToParts.d.ts +0 -1
  3. package/abstract/InitializeRelativeTimeFormat.d.ts +0 -1
  4. package/abstract/MakePartsList.d.ts +0 -1
  5. package/abstract/PartitionRelativeTimePattern.d.ts +0 -1
  6. package/abstract/SingularRelativeTimeUnit.d.ts +0 -1
  7. package/get_internal_slots.d.ts +0 -1
  8. package/index.d.ts +0 -1
  9. package/lib/abstract/FormatRelativeTime.d.ts +0 -1
  10. package/lib/abstract/FormatRelativeTimeToParts.d.ts +0 -1
  11. package/lib/abstract/InitializeRelativeTimeFormat.d.ts +0 -1
  12. package/lib/abstract/MakePartsList.d.ts +0 -1
  13. package/lib/abstract/PartitionRelativeTimePattern.d.ts +0 -1
  14. package/lib/abstract/SingularRelativeTimeUnit.d.ts +0 -1
  15. package/lib/get_internal_slots.d.ts +0 -1
  16. package/lib/index.d.ts +0 -1
  17. package/lib/polyfill-force.d.ts +0 -1
  18. package/lib/polyfill.d.ts +0 -1
  19. package/lib/should-polyfill.d.ts +0 -1
  20. package/lib/supported-locales.generated.d.ts +0 -1
  21. package/package.json +7 -7
  22. package/polyfill-force.d.ts +0 -1
  23. package/polyfill.d.ts +0 -1
  24. package/should-polyfill.d.ts +0 -1
  25. package/supported-locales.generated.d.ts +0 -1
  26. package/abstract/FormatRelativeTime.d.ts.map +0 -1
  27. package/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
  28. package/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
  29. package/abstract/MakePartsList.d.ts.map +0 -1
  30. package/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
  31. package/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
  32. package/get_internal_slots.d.ts.map +0 -1
  33. package/index.d.ts.map +0 -1
  34. package/lib/abstract/FormatRelativeTime.d.ts.map +0 -1
  35. package/lib/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
  36. package/lib/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
  37. package/lib/abstract/MakePartsList.d.ts.map +0 -1
  38. package/lib/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
  39. package/lib/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
  40. package/lib/get_internal_slots.d.ts.map +0 -1
  41. package/lib/index.d.ts.map +0 -1
  42. package/lib/polyfill-force.d.ts.map +0 -1
  43. package/lib/polyfill.d.ts.map +0 -1
  44. package/lib/should-polyfill.d.ts.map +0 -1
  45. package/lib/supported-locales.generated.d.ts.map +0 -1
  46. package/polyfill-force.d.ts.map +0 -1
  47. package/polyfill.d.ts.map +0 -1
  48. package/should-polyfill.d.ts.map +0 -1
  49. package/supported-locales.generated.d.ts.map +0 -1
@@ -2,4 +2,3 @@ import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
2
2
  export declare function FormatRelativeTime(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, implDetails: {
3
3
  getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
4
4
  }): string;
5
- //# sourceMappingURL=FormatRelativeTime.d.ts.map
@@ -2,4 +2,3 @@ import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
2
2
  export declare function FormatRelativeTimeToParts(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, implDetails: {
3
3
  getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
4
4
  }): Intl.RelativeTimeFormatPart[];
5
- //# sourceMappingURL=FormatRelativeTimeToParts.d.ts.map
@@ -6,4 +6,3 @@ export declare function InitializeRelativeTimeFormat(rtf: Intl.RelativeTimeForma
6
6
  localeData: Record<string, LocaleFieldsData | undefined>;
7
7
  getDefaultLocale(): string;
8
8
  }): Intl.RelativeTimeFormat;
9
- //# sourceMappingURL=InitializeRelativeTimeFormat.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function MakePartsList(pattern: string, unit: Intl.RelativeTimeFormatUnitSingular, parts: Intl.NumberFormatPart[] | Intl.RelativeTimeFormatPart[]): Intl.RelativeTimeFormatPart[];
2
- //# sourceMappingURL=MakePartsList.d.ts.map
@@ -2,4 +2,3 @@ import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
2
2
  export declare function PartitionRelativeTimePattern(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, { getInternalSlots, }: {
3
3
  getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
4
4
  }): Intl.RelativeTimeFormatPart[];
5
- //# sourceMappingURL=PartitionRelativeTimePattern.d.ts.map
@@ -4,4 +4,3 @@ import { RelativeTimeFormatSingularUnit } from '@formatjs/ecma402-abstract';
4
4
  * @param unit
5
5
  */
6
6
  export declare function SingularRelativeTimeUnit(unit: Intl.RelativeTimeFormatUnit): RelativeTimeFormatSingularUnit;
7
- //# sourceMappingURL=SingularRelativeTimeUnit.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
2
2
  export default function getInternalSlots(x: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
3
- //# sourceMappingURL=get_internal_slots.d.ts.map
package/index.d.ts CHANGED
@@ -13,4 +13,3 @@ export default class RelativeTimeFormat {
13
13
  private static relevantExtensionKeys;
14
14
  static polyfilled: boolean;
15
15
  }
16
- //# sourceMappingURL=index.d.ts.map
@@ -2,4 +2,3 @@ import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
2
2
  export declare function FormatRelativeTime(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, implDetails: {
3
3
  getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
4
4
  }): string;
5
- //# sourceMappingURL=FormatRelativeTime.d.ts.map
@@ -2,4 +2,3 @@ import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
2
2
  export declare function FormatRelativeTimeToParts(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, implDetails: {
3
3
  getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
4
4
  }): Intl.RelativeTimeFormatPart[];
5
- //# sourceMappingURL=FormatRelativeTimeToParts.d.ts.map
@@ -6,4 +6,3 @@ export declare function InitializeRelativeTimeFormat(rtf: Intl.RelativeTimeForma
6
6
  localeData: Record<string, LocaleFieldsData | undefined>;
7
7
  getDefaultLocale(): string;
8
8
  }): Intl.RelativeTimeFormat;
9
- //# sourceMappingURL=InitializeRelativeTimeFormat.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function MakePartsList(pattern: string, unit: Intl.RelativeTimeFormatUnitSingular, parts: Intl.NumberFormatPart[] | Intl.RelativeTimeFormatPart[]): Intl.RelativeTimeFormatPart[];
2
- //# sourceMappingURL=MakePartsList.d.ts.map
@@ -2,4 +2,3 @@ import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
2
2
  export declare function PartitionRelativeTimePattern(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, { getInternalSlots, }: {
3
3
  getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
4
4
  }): Intl.RelativeTimeFormatPart[];
5
- //# sourceMappingURL=PartitionRelativeTimePattern.d.ts.map
@@ -4,4 +4,3 @@ import { RelativeTimeFormatSingularUnit } from '@formatjs/ecma402-abstract';
4
4
  * @param unit
5
5
  */
6
6
  export declare function SingularRelativeTimeUnit(unit: Intl.RelativeTimeFormatUnit): RelativeTimeFormatSingularUnit;
7
- //# sourceMappingURL=SingularRelativeTimeUnit.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
2
2
  export default function getInternalSlots(x: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
3
- //# sourceMappingURL=get_internal_slots.d.ts.map
package/lib/index.d.ts CHANGED
@@ -13,4 +13,3 @@ export default class RelativeTimeFormat {
13
13
  private static relevantExtensionKeys;
14
14
  static polyfilled: boolean;
15
15
  }
16
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill-force.d.ts.map
package/lib/polyfill.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function shouldPolyfill(locale?: string): string | undefined;
2
- //# sourceMappingURL=should-polyfill.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const supportedLocales: string[];
2
- //# sourceMappingURL=supported-locales.generated.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-relativetimeformat",
3
- "version": "11.2.2",
3
+ "version": "11.2.4",
4
4
  "description": "Formats JavaScript dates to relative time strings.",
5
5
  "keywords": [
6
6
  "intl",
@@ -20,14 +20,14 @@
20
20
  "url": "git@github.com:formatjs/formatjs.git"
21
21
  },
22
22
  "dependencies": {
23
- "@formatjs/ecma402-abstract": "1.15.0",
24
- "@formatjs/intl-localematcher": "0.2.32",
25
- "tslib": "^2.4.0"
23
+ "tslib": "^2.4.0",
24
+ "@formatjs/ecma402-abstract": "1.17.0",
25
+ "@formatjs/intl-localematcher": "0.4.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@formatjs/intl-getcanonicallocales": "2.2.0",
29
- "@formatjs/intl-locale": "3.3.0",
30
- "@formatjs/intl-pluralrules": "5.2.2"
28
+ "@formatjs/intl-getcanonicallocales": "2.2.1",
29
+ "@formatjs/intl-locale": "3.3.2",
30
+ "@formatjs/intl-pluralrules": "5.2.4"
31
31
  },
32
32
  "main": "index.js",
33
33
  "types": "index.d.ts",
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill-force.d.ts.map
package/polyfill.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function shouldPolyfill(locale?: string): string | undefined;
2
- //# sourceMappingURL=should-polyfill.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const supportedLocales: string[];
2
- //# sourceMappingURL=supported-locales.generated.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormatRelativeTime.d.ts","sourceRoot":"","sources":["../abstract/FormatRelativeTime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,0BAA0B,EAAC,MAAM,4BAA4B,CAAA;AAGrE,wBAAgB,kBAAkB,CAChC,GAAG,EAAE,IAAI,CAAC,kBAAkB,EAC5B,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,IAAI,CAAC,sBAAsB,EACjC,WAAW,EAAE;IACX,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,kBAAkB,GAAG,0BAA0B,CAAA;CAC3E,GACA,MAAM,CAOR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormatRelativeTimeToParts.d.ts","sourceRoot":"","sources":["../abstract/FormatRelativeTimeToParts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,0BAA0B,EAAC,MAAM,4BAA4B,CAAA;AAGrE,wBAAgB,yBAAyB,CACvC,GAAG,EAAE,IAAI,CAAC,kBAAkB,EAC5B,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,IAAI,CAAC,sBAAsB,EACjC,WAAW,EAAE;IACX,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,kBAAkB,GAAG,0BAA0B,CAAA;CAC3E,GACA,IAAI,CAAC,sBAAsB,EAAE,CAE/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InitializeRelativeTimeFormat.d.ts","sourceRoot":"","sources":["../abstract/InitializeRelativeTimeFormat.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,gBAAgB,EAKjB,MAAM,4BAA4B,CAAA;AAKnC,wBAAgB,4BAA4B,CAC1C,GAAG,EAAE,IAAI,CAAC,kBAAkB,EAC5B,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,EACtC,OAAO,EAAE,IAAI,CAAC,yBAAyB,GAAG,SAAS,EACnD,EACE,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,UAAU,EACV,gBAAgB,GACjB,EAAE;IACD,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,kBAAkB,GAAG,0BAA0B,CAAA;IAC1E,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IAC7B,qBAAqB,EAAE,MAAM,EAAE,CAAA;IAC/B,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,GAAG,SAAS,CAAC,CAAA;IACxD,gBAAgB,IAAI,MAAM,CAAA;CAC3B,2BA4DF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MakePartsList.d.ts","sourceRoot":"","sources":["../abstract/MakePartsList.ts"],"names":[],"mappings":"AAEA,wBAAgB,aAAa,CAC3B,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,IAAI,CAAC,8BAA8B,EACzC,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAAE,GAAG,IAAI,CAAC,sBAAsB,EAAE,iCAsB/D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PartitionRelativeTimePattern.d.ts","sourceRoot":"","sources":["../abstract/PartitionRelativeTimePattern.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,0BAA0B,EAI3B,MAAM,4BAA4B,CAAA;AAInC,wBAAgB,4BAA4B,CAC1C,GAAG,EAAE,IAAI,CAAC,kBAAkB,EAC5B,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,IAAI,CAAC,sBAAsB,EACjC,EACE,gBAAgB,GACjB,EAAE;IACD,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,kBAAkB,GAAG,0BAA0B,CAAA;CAC3E,GACA,IAAI,CAAC,sBAAsB,EAAE,CA0D/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SingularRelativeTimeUnit.d.ts","sourceRoot":"","sources":["../abstract/SingularRelativeTimeUnit.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,8BAA8B,EAE/B,MAAM,4BAA4B,CAAA;AAEnC;;;GAGG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,IAAI,CAAC,sBAAsB,GAChC,8BAA8B,CAuBhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"get_internal_slots.d.ts","sourceRoot":"","sources":["get_internal_slots.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,0BAA0B,EAAC,MAAM,4BAA4B,CAAA;AAOrE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CACtC,CAAC,EAAE,IAAI,CAAC,kBAAkB,GACzB,0BAA0B,CAO5B"}
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,EAChB,sBAAsB,EAGvB,MAAM,4BAA4B,CAAA;AAKnC,MAAM,CAAC,OAAO,OAAO,kBAAkB;gBAEnC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,EAC3B,OAAO,CAAC,EAAE,IAAI,CAAC,yBAAyB;IAiB1C,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,sBAAsB,GAAG,MAAM;IAmBhE,aAAa,CACX,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,IAAI,CAAC,sBAAsB,GAChC,IAAI,CAAC,sBAAsB,EAAE;IAgBhC,eAAe,IAAI,IAAI,CAAC,iCAAiC;WAkB3C,kBAAkB,CAC9B,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,EAC1B,OAAO,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,yBAAyB,EAAE,eAAe,CAAC,GAC9D,MAAM,EAAE;WAQG,eAAe,CAAC,GAAG,IAAI,EAAE,sBAAsB,EAAE,GAAG,IAAI;IAetE,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAK;IACxD,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAoB;IACnD,OAAO,CAAC,MAAM,CAAC,eAAe,CAAK;IACnC,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAG/B,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAS;IAC7C,OAAc,UAAU,UAAO;CAChC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormatRelativeTime.d.ts","sourceRoot":"","sources":["../../abstract/FormatRelativeTime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,0BAA0B,EAAC,MAAM,4BAA4B,CAAA;AAGrE,wBAAgB,kBAAkB,CAChC,GAAG,EAAE,IAAI,CAAC,kBAAkB,EAC5B,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,IAAI,CAAC,sBAAsB,EACjC,WAAW,EAAE;IACX,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,kBAAkB,GAAG,0BAA0B,CAAA;CAC3E,GACA,MAAM,CAOR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormatRelativeTimeToParts.d.ts","sourceRoot":"","sources":["../../abstract/FormatRelativeTimeToParts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,0BAA0B,EAAC,MAAM,4BAA4B,CAAA;AAGrE,wBAAgB,yBAAyB,CACvC,GAAG,EAAE,IAAI,CAAC,kBAAkB,EAC5B,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,IAAI,CAAC,sBAAsB,EACjC,WAAW,EAAE;IACX,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,kBAAkB,GAAG,0BAA0B,CAAA;CAC3E,GACA,IAAI,CAAC,sBAAsB,EAAE,CAE/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InitializeRelativeTimeFormat.d.ts","sourceRoot":"","sources":["../../abstract/InitializeRelativeTimeFormat.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,gBAAgB,EAKjB,MAAM,4BAA4B,CAAA;AAKnC,wBAAgB,4BAA4B,CAC1C,GAAG,EAAE,IAAI,CAAC,kBAAkB,EAC5B,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,EACtC,OAAO,EAAE,IAAI,CAAC,yBAAyB,GAAG,SAAS,EACnD,EACE,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,UAAU,EACV,gBAAgB,GACjB,EAAE;IACD,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,kBAAkB,GAAG,0BAA0B,CAAA;IAC1E,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IAC7B,qBAAqB,EAAE,MAAM,EAAE,CAAA;IAC/B,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,GAAG,SAAS,CAAC,CAAA;IACxD,gBAAgB,IAAI,MAAM,CAAA;CAC3B,2BA4DF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MakePartsList.d.ts","sourceRoot":"","sources":["../../abstract/MakePartsList.ts"],"names":[],"mappings":"AAEA,wBAAgB,aAAa,CAC3B,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,IAAI,CAAC,8BAA8B,EACzC,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAAE,GAAG,IAAI,CAAC,sBAAsB,EAAE,iCAsB/D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PartitionRelativeTimePattern.d.ts","sourceRoot":"","sources":["../../abstract/PartitionRelativeTimePattern.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,0BAA0B,EAI3B,MAAM,4BAA4B,CAAA;AAInC,wBAAgB,4BAA4B,CAC1C,GAAG,EAAE,IAAI,CAAC,kBAAkB,EAC5B,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,IAAI,CAAC,sBAAsB,EACjC,EACE,gBAAgB,GACjB,EAAE;IACD,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,kBAAkB,GAAG,0BAA0B,CAAA;CAC3E,GACA,IAAI,CAAC,sBAAsB,EAAE,CA0D/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SingularRelativeTimeUnit.d.ts","sourceRoot":"","sources":["../../abstract/SingularRelativeTimeUnit.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,8BAA8B,EAE/B,MAAM,4BAA4B,CAAA;AAEnC;;;GAGG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,IAAI,CAAC,sBAAsB,GAChC,8BAA8B,CAuBhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"get_internal_slots.d.ts","sourceRoot":"","sources":["../get_internal_slots.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,0BAA0B,EAAC,MAAM,4BAA4B,CAAA;AAOrE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CACtC,CAAC,EAAE,IAAI,CAAC,kBAAkB,GACzB,0BAA0B,CAO5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,EAChB,sBAAsB,EAGvB,MAAM,4BAA4B,CAAA;AAKnC,MAAM,CAAC,OAAO,OAAO,kBAAkB;gBAEnC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,EAC3B,OAAO,CAAC,EAAE,IAAI,CAAC,yBAAyB;IAiB1C,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,sBAAsB,GAAG,MAAM;IAmBhE,aAAa,CACX,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,IAAI,CAAC,sBAAsB,GAChC,IAAI,CAAC,sBAAsB,EAAE;IAgBhC,eAAe,IAAI,IAAI,CAAC,iCAAiC;WAkB3C,kBAAkB,CAC9B,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,EAC1B,OAAO,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,yBAAyB,EAAE,eAAe,CAAC,GAC9D,MAAM,EAAE;WAQG,eAAe,CAAC,GAAG,IAAI,EAAE,sBAAsB,EAAE,GAAG,IAAI;IAetE,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAK;IACxD,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAoB;IACnD,OAAO,CAAC,MAAM,CAAC,eAAe,CAAK;IACnC,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAG/B,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAS;IAC7C,OAAc,UAAU,UAAO;CAChC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"polyfill-force.d.ts","sourceRoot":"","sources":["../polyfill-force.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["../polyfill.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"should-polyfill.d.ts","sourceRoot":"","sources":["../should-polyfill.ts"],"names":[],"mappings":"AA2BA,wBAAgB,cAAc,CAAC,MAAM,SAAO,sBAQ3C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"supported-locales.generated.d.ts","sourceRoot":"","sources":["../supported-locales.generated.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAE,MAAM,EAAguJ,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"polyfill-force.d.ts","sourceRoot":"","sources":["polyfill-force.ts"],"names":[],"mappings":""}
package/polyfill.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["polyfill.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"should-polyfill.d.ts","sourceRoot":"","sources":["should-polyfill.ts"],"names":[],"mappings":"AA2BA,wBAAgB,cAAc,CAAC,MAAM,SAAO,sBAQ3C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"supported-locales.generated.d.ts","sourceRoot":"","sources":["supported-locales.generated.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAE,MAAM,EAAguJ,CAAA"}