polyfill-library 4.7.0 → 4.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/README.md +41 -0
  3. package/package.json +10 -21
  4. package/polyfills/__dist/Array.prototype.sort/meta.json +1 -1
  5. package/polyfills/__dist/Array.prototype.sort/min.js +1 -1
  6. package/polyfills/__dist/Array.prototype.sort/raw.js +20 -9
  7. package/polyfills/__dist/Array.prototype.toReversed/meta.json +1 -0
  8. package/polyfills/__dist/Array.prototype.toReversed/min.js +1 -0
  9. package/polyfills/__dist/Array.prototype.toReversed/raw.js +29 -0
  10. package/polyfills/__dist/Array.prototype.toSorted/meta.json +1 -0
  11. package/polyfills/__dist/Array.prototype.toSorted/min.js +1 -0
  12. package/polyfills/__dist/Array.prototype.toSorted/raw.js +37 -0
  13. package/polyfills/__dist/Array.prototype.toSpliced/meta.json +1 -0
  14. package/polyfills/__dist/Array.prototype.toSpliced/min.js +1 -0
  15. package/polyfills/__dist/Array.prototype.toSpliced/raw.js +96 -0
  16. package/polyfills/__dist/Array.prototype.with/meta.json +1 -0
  17. package/polyfills/__dist/Array.prototype.with/min.js +1 -0
  18. package/polyfills/__dist/Array.prototype.with/raw.js +60 -0
  19. package/polyfills/__dist/HTMLFormElement.prototype.requestSubmit/meta.json +1 -0
  20. package/polyfills/__dist/HTMLFormElement.prototype.requestSubmit/min.js +1 -0
  21. package/polyfills/__dist/HTMLFormElement.prototype.requestSubmit/raw.js +116 -0
  22. package/polyfills/__dist/IntersectionObserver/meta.json +1 -1
  23. package/polyfills/__dist/IntersectionObserver/min.js +1 -1
  24. package/polyfills/__dist/IntersectionObserver/raw.js +2 -1
  25. package/polyfills/__dist/IntersectionObserverEntry/meta.json +1 -1
  26. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-US-POSIX/meta.json +1 -1
  27. package/polyfills/__dist/Intl.NumberFormat.~locale.he/meta.json +1 -1
  28. package/polyfills/__dist/Intl.NumberFormat.~locale.id/meta.json +1 -1
  29. package/polyfills/__dist/Intl.NumberFormat.~locale.jv/meta.json +1 -1
  30. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn/meta.json +1 -1
  31. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-BA/meta.json +1 -1
  32. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-ME/meta.json +1 -1
  33. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-XK/meta.json +1 -1
  34. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-US-POSIX/meta.json +1 -1
  35. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.he/meta.json +1 -1
  36. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.id/meta.json +1 -1
  37. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.jv/meta.json +1 -1
  38. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn/meta.json +1 -1
  39. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-BA/meta.json +1 -1
  40. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-ME/meta.json +1 -1
  41. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-XK/meta.json +1 -1
  42. package/polyfills/__dist/ResizeObserver/min.js +1 -1
  43. package/polyfills/__dist/ResizeObserver/raw.js +5 -5
  44. package/polyfills/__dist/TypedArray.prototype.@@toStringTag/raw.js +1 -1
  45. package/polyfills/__dist/TypedArray.prototype.at/raw.js +1 -1
  46. package/polyfills/__dist/TypedArray.prototype.entries/meta.json +1 -1
  47. package/polyfills/__dist/TypedArray.prototype.entries/min.js +1 -1
  48. package/polyfills/__dist/TypedArray.prototype.entries/raw.js +21 -25
  49. package/polyfills/__dist/TypedArray.prototype.findLast/meta.json +1 -1
  50. package/polyfills/__dist/TypedArray.prototype.findLast/min.js +1 -1
  51. package/polyfills/__dist/TypedArray.prototype.findLast/raw.js +12 -11
  52. package/polyfills/__dist/TypedArray.prototype.findLastIndex/meta.json +1 -1
  53. package/polyfills/__dist/TypedArray.prototype.findLastIndex/min.js +1 -1
  54. package/polyfills/__dist/TypedArray.prototype.findLastIndex/raw.js +12 -11
  55. package/polyfills/__dist/TypedArray.prototype.keys/meta.json +1 -1
  56. package/polyfills/__dist/TypedArray.prototype.keys/min.js +1 -1
  57. package/polyfills/__dist/TypedArray.prototype.keys/raw.js +21 -25
  58. package/polyfills/__dist/TypedArray.prototype.sort/meta.json +1 -0
  59. package/polyfills/__dist/TypedArray.prototype.sort/min.js +1 -0
  60. package/polyfills/__dist/TypedArray.prototype.sort/raw.js +71 -0
  61. package/polyfills/__dist/TypedArray.prototype.toReversed/meta.json +1 -0
  62. package/polyfills/__dist/TypedArray.prototype.toReversed/min.js +1 -0
  63. package/polyfills/__dist/TypedArray.prototype.toReversed/raw.js +50 -0
  64. package/polyfills/__dist/TypedArray.prototype.toSorted/meta.json +1 -0
  65. package/polyfills/__dist/TypedArray.prototype.toSorted/min.js +1 -0
  66. package/polyfills/__dist/TypedArray.prototype.toSorted/raw.js +59 -0
  67. package/polyfills/__dist/TypedArray.prototype.with/meta.json +1 -0
  68. package/polyfills/__dist/TypedArray.prototype.with/min.js +1 -0
  69. package/polyfills/__dist/TypedArray.prototype.with/raw.js +83 -0
  70. package/polyfills/__dist/_ESAbstract.IsValidIntegerIndex/meta.json +1 -0
  71. package/polyfills/__dist/_ESAbstract.IsValidIntegerIndex/min.js +1 -0
  72. package/polyfills/__dist/_ESAbstract.IsValidIntegerIndex/raw.js +16 -0
  73. package/polyfills/__dist/_ESAbstract.TypedArrayCreate/meta.json +1 -0
  74. package/polyfills/__dist/_ESAbstract.TypedArrayCreate/min.js +1 -0
  75. package/polyfills/__dist/_ESAbstract.TypedArrayCreate/raw.js +20 -0
  76. package/polyfills/__dist/_ESAbstract.TypedArrayCreateSameType/meta.json +1 -0
  77. package/polyfills/__dist/_ESAbstract.TypedArrayCreateSameType/min.js +1 -0
  78. package/polyfills/__dist/_ESAbstract.TypedArrayCreateSameType/raw.js +41 -0
  79. package/polyfills/__dist/aliases.json +1 -1
  80. package/polyfills/__dist/atob/meta.json +1 -1
  81. package/polyfills/__dist/atob/min.js +1 -1
  82. package/polyfills/__dist/atob/raw.js +22 -16
@@ -15,7 +15,7 @@
15
15
  var supportedNatively = 'IntersectionObserver' in window &&
16
16
  'IntersectionObserverEntry' in window &&
17
17
  'intersectionRatio' in window.IntersectionObserverEntry.prototype;
18
-
18
+
19
19
  if (supportedNatively) {
20
20
  return;
21
21
  }
@@ -63,6 +63,7 @@ function IntersectionObserverEntry(entry) {
63
63
  }
64
64
  }
65
65
 
66
+ IntersectionObserverEntry.prototype.intersectionRatio = 0;
66
67
 
67
68
  /**
68
69
  * Creates the global IntersectionObserver constructor.
@@ -1 +1 @@
1
- {"aliases":[],"dependencies":["IntersectionObserver"],"docs":"https://github.com/w3c/IntersectionObserver/blob/master/explainer.md","spec":"http://rawgit.com/w3c/IntersectionObserver/master/index.html","notes":[],"repo":"https://github.com/w3c/IntersectionObserver","browsers":{"edge":"15","edge_mob":"15"},"detectSource":"\"IntersectionObserverEntry\"in window&&\"isIntersecting\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserverEntry","hasTests":true,"isTestable":true,"isPublic":true,"size":126}
1
+ {"aliases":[],"dependencies":["IntersectionObserver"],"docs":"https://github.com/w3c/IntersectionObserver/blob/master/explainer.md","spec":"http://rawgit.com/w3c/IntersectionObserver/master/index.html","notes":[],"repo":"https://github.com/w3c/IntersectionObserver","browsers":{"chrome":"51 - 57","edge":"15","edge_mob":"15","opera":"38 - 44","op_mob":"41 - 42","samsung_mob":"5.0 - 6.4"},"detectSource":"\"IntersectionObserverEntry\"in window&&\"isIntersecting\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserverEntry","hasTests":true,"isTestable":true,"isPublic":true,"size":126}
@@ -1 +1 @@
1
- {"aliases":["Intl.~locale.en-US-POSIX"],"dependencies":["Intl.DateTimeFormat","Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.en-US-POSIX","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","Set","WeakMap"],"license":"MIT","spec":"https://tc39.es/ecma402/#datetimeformat-objects","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-datetimeformat","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.DateTimeFormat.~locale`, eg `Intl.DateTimeFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<76","edge":"*","edge_mob":"*","firefox":"<91","firefox_mob":"<91","ie":">=9","ie_mob":">=9","opera":"<63","op_mob":"<54","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&\"DateTimeFormat\"in self.Intl&&\"formatRangeToParts\"in self.Intl.DateTimeFormat&&self.Intl.DateTimeFormat.supportedLocalesOf(\"en-US-POSIX\").length\n","baseDir":"Intl/DateTimeFormat/~locale/en-US-POSIX","hasTests":false,"isTestable":false,"isPublic":true,"size":41716}
1
+ {"aliases":["Intl.~locale.en-US-POSIX"],"dependencies":["Intl.DateTimeFormat","Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.en","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","Set","WeakMap"],"license":"MIT","spec":"https://tc39.es/ecma402/#datetimeformat-objects","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-datetimeformat","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.DateTimeFormat.~locale`, eg `Intl.DateTimeFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<76","edge":"*","edge_mob":"*","firefox":"<91","firefox_mob":"<91","ie":">=9","ie_mob":">=9","opera":"<63","op_mob":"<54","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&\"DateTimeFormat\"in self.Intl&&\"formatRangeToParts\"in self.Intl.DateTimeFormat&&self.Intl.DateTimeFormat.supportedLocalesOf(\"en-US-POSIX\").length\n","baseDir":"Intl/DateTimeFormat/~locale/en-US-POSIX","hasTests":false,"isTestable":false,"isPublic":true,"size":41716}
@@ -1 +1 @@
1
- {"aliases":["Intl.~locale.he"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.iw","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"he\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"he\").length\n","baseDir":"Intl/NumberFormat/~locale/he","hasTests":false,"isTestable":false,"isPublic":true,"size":28512}
1
+ {"aliases":["Intl.~locale.he"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.he","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"he\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"he\").length\n","baseDir":"Intl/NumberFormat/~locale/he","hasTests":false,"isTestable":false,"isPublic":true,"size":28512}
@@ -1 +1 @@
1
- {"aliases":["Intl.~locale.id"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.in","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"id\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"id\").length\n","baseDir":"Intl/NumberFormat/~locale/id","hasTests":false,"isTestable":false,"isPublic":true,"size":28975}
1
+ {"aliases":["Intl.~locale.id"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.id","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"id\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"id\").length\n","baseDir":"Intl/NumberFormat/~locale/id","hasTests":false,"isTestable":false,"isPublic":true,"size":28975}
@@ -1 +1 @@
1
- {"aliases":["Intl.~locale.jv"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.jw","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"jv\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"jv\").length\n","baseDir":"Intl/NumberFormat/~locale/jv","hasTests":false,"isTestable":false,"isPublic":true,"size":26569}
1
+ {"aliases":["Intl.~locale.jv"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.jv","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"jv\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"jv\").length\n","baseDir":"Intl/NumberFormat/~locale/jv","hasTests":false,"isTestable":false,"isPublic":true,"size":26569}
@@ -1 +1 @@
1
- {"aliases":["Intl.~locale.sr-Latn"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sr","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn","hasTests":false,"isTestable":false,"isPublic":true,"size":45825}
1
+ {"aliases":["Intl.~locale.sr-Latn"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn","hasTests":false,"isTestable":false,"isPublic":true,"size":45825}
@@ -1 +1 @@
1
- {"aliases":["Intl.~locale.sr-Latn-BA"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sr","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-BA\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-BA\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-BA","hasTests":false,"isTestable":false,"isPublic":true,"size":45839}
1
+ {"aliases":["Intl.~locale.sr-Latn-BA"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-BA\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-BA\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-BA","hasTests":false,"isTestable":false,"isPublic":true,"size":45839}
@@ -1 +1 @@
1
- {"aliases":["Intl.~locale.sr-Latn-ME"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sr","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-ME\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-ME\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-ME","hasTests":false,"isTestable":false,"isPublic":true,"size":45828}
1
+ {"aliases":["Intl.~locale.sr-Latn-ME"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-ME\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-ME\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-ME","hasTests":false,"isTestable":false,"isPublic":true,"size":45828}
@@ -1 +1 @@
1
- {"aliases":["Intl.~locale.sr-Latn-XK"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sr","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-XK\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-XK\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-XK","hasTests":false,"isTestable":false,"isPublic":true,"size":45828}
1
+ {"aliases":["Intl.~locale.sr-Latn-XK"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-XK\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-XK\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-XK","hasTests":false,"isTestable":false,"isPublic":true,"size":45828}
@@ -1 +1 @@
1
- {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.en-US-POSIX","Intl.PluralRules","Intl.PluralRules.~locale.en","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"en-US-POSIX\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/en-US-POSIX","hasTests":false,"isTestable":false,"isPublic":true,"size":3529}
1
+ {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.en","Intl.PluralRules","Intl.PluralRules.~locale.en","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"en-US-POSIX\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/en-US-POSIX","hasTests":false,"isTestable":false,"isPublic":true,"size":3529}
@@ -1 +1 @@
1
- {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.he","Intl.PluralRules","Intl.PluralRules.~locale.iw","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"he\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/he","hasTests":false,"isTestable":false,"isPublic":true,"size":5365}
1
+ {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.he","Intl.PluralRules","Intl.PluralRules.~locale.he","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"he\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/he","hasTests":false,"isTestable":false,"isPublic":true,"size":5365}
@@ -1 +1 @@
1
- {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.id","Intl.PluralRules","Intl.PluralRules.~locale.in","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"id\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/id","hasTests":false,"isTestable":false,"isPublic":true,"size":2857}
1
+ {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.id","Intl.PluralRules","Intl.PluralRules.~locale.id","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"id\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/id","hasTests":false,"isTestable":false,"isPublic":true,"size":2857}
@@ -1 +1 @@
1
- {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.jv","Intl.PluralRules","Intl.PluralRules.~locale.jw","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"jv\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/jv","hasTests":false,"isTestable":false,"isPublic":true,"size":2881}
1
+ {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.jv","Intl.PluralRules","Intl.PluralRules.~locale.jv","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"jv\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/jv","hasTests":false,"isTestable":false,"isPublic":true,"size":2881}
@@ -1 +1 @@
1
- {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn","Intl.PluralRules","Intl.PluralRules.~locale.sr","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn","hasTests":false,"isTestable":false,"isPublic":true,"size":4567}
1
+ {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn","hasTests":false,"isTestable":false,"isPublic":true,"size":4567}
@@ -1 +1 @@
1
- {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-BA","Intl.PluralRules","Intl.PluralRules.~locale.sr","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-BA\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-BA","hasTests":false,"isTestable":false,"isPublic":true,"size":4750}
1
+ {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-BA","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-BA\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-BA","hasTests":false,"isTestable":false,"isPublic":true,"size":4750}
@@ -1 +1 @@
1
- {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-ME","Intl.PluralRules","Intl.PluralRules.~locale.sr","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-ME\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-ME","hasTests":false,"isTestable":false,"isPublic":true,"size":4570}
1
+ {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-ME","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-ME\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-ME","hasTests":false,"isTestable":false,"isPublic":true,"size":4570}
@@ -1 +1 @@
1
- {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-XK","Intl.PluralRules","Intl.PluralRules.~locale.sr","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-XK\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-XK","hasTests":false,"isTestable":false,"isPublic":true,"size":4570}
1
+ {"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-XK","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-XK\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-XK","hasTests":false,"isTestable":false,"isPublic":true,"size":4570}
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):(e="undefined"!=typeof globalThis?globalThis:e||self,t(e.ResizeObserver={}))}(this,function(e){"use strict";var t,n=[],r=function(){return n.some(function(e){return e.activeTargets.length>0})},i=function(){return n.some(function(e){return e.skippedTargets.length>0})},o="ResizeObserver loop completed with undelivered notifications.",s=function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)};!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(t||(t={}));var c,a=function(e){return Object.freeze(e)},u=function(){function e(e,t){this.inlineSize=e,this.blockSize=t,a(this)}return e}(),f=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,a(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),h=function(e){return e instanceof SVGElement&&"getBBox"in e},d=function(e){if(h(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},v=function(e){var t,n;if(e instanceof Element)return!0;var r=null===(n=null===(t=e)||void 0===t?void 0:t.ownerDocument)||void 0===n?void 0:n.defaultView;return!!(r&&e instanceof r.Element)},l=function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},p="undefined"!=typeof window?window:{},b=new WeakMap,g=/auto|scroll/,w=/^tb|vertical/,E=/msie|trident/i.test(p.navigator&&p.navigator.userAgent),x=function(e){return parseFloat(e||"0")},z=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new u((n?t:e)||0,(n?e:t)||0)},y=a({devicePixelContentBoxSize:z(),borderBoxSize:z(),contentBoxSize:z(),contentRect:new f(0,0,0,0)}),T=function(e,t){if(void 0===t&&(t=!1),b.has(e)&&!t)return b.get(e);if(d(e))return b.set(e,y),y;var n=getComputedStyle(e),r=h(e)&&e.ownerSVGElement&&e.getBBox(),i=!E&&"border-box"===n.boxSizing,o=w.test(n.writingMode||""),s=!r&&g.test(n.overflowY||""),c=!r&&g.test(n.overflowX||""),u=r?0:x(n.paddingTop),v=r?0:x(n.paddingRight),l=r?0:x(n.paddingBottom),p=r?0:x(n.paddingLeft),T=r?0:x(n.borderTopWidth),m=r?0:x(n.borderRightWidth),O=r?0:x(n.borderBottomWidth),R=r?0:x(n.borderLeftWidth),S=p+v,B=u+l,C=R+m,k=T+O,N=c?e.offsetHeight-k-e.clientHeight:0,D=s?e.offsetWidth-C-e.clientWidth:0,M=i?S+C:0,_=i?B+k:0,P=r?r.width:x(n.width)-M-D,F=r?r.height:x(n.height)-_-N,I=P+S+D+C,L=F+B+N+k,W=a({devicePixelContentBoxSize:z(Math.round(P*devicePixelRatio),Math.round(F*devicePixelRatio),o),borderBoxSize:z(I,L,o),contentBoxSize:z(P,F,o),contentRect:new f(p,u,P,F)});return b.set(e,W),W},m=function(e,n,r){var i=T(e,r),o=i.borderBoxSize,s=i.contentBoxSize,c=i.devicePixelContentBoxSize;switch(n){case t.DEVICE_PIXEL_CONTENT_BOX:return c;case t.BORDER_BOX:return o;default:return s}},O=function(){function e(e){var t=T(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=a([t.borderBoxSize]),this.contentBoxSize=a([t.contentBoxSize]),this.devicePixelContentBoxSize=a([t.devicePixelContentBoxSize])}return e}(),R=function(e){if(d(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},S=function(){var e=1/0,t=[];n.forEach(function n(r){if(0!==r.activeTargets.length){var i=[];r.activeTargets.forEach(function t(n){var r=new O(n.target),o=R(n.target);i.push(r),n.lastReportedSize=m(n.target,n.observedBox),o<e&&(e=o)}),t.push(function e(){r.callback.call(r.observer,i,r.observer)}),r.activeTargets.splice(0,r.activeTargets.length)}});for(var r=0,i=t;r<i.length;r++){(0,i[r])()}return e},B=function(e){n.forEach(function t(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach(function t(r){r.isActive()&&(R(r.target)>e?n.activeTargets.push(r):n.skippedTargets.push(r))})})},C=function(){var e=0;for(B(e);r();)e=S(),B(e);return i()&&s(),e>0},k=[],N=function(){return k.splice(0).forEach(function(e){return e()})},D=function(e){if(!c){var t=0,n=document.createTextNode(""),r={characterData:!0};new MutationObserver(function(){return N()}).observe(n,r),c=function(){n.textContent=""+(t?t--:t++)}}k.push(e),c()},M=function(e){D(function t(){requestAnimationFrame(e)})},_=0,P=function(){return!!_},F={attributes:!0,characterData:!0,childList:!0,subtree:!0},I=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],L=function(e){return void 0===e&&(e=0),Date.now()+e},W=!1,X=function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!W){W=!0;var n=L(e);M(function(){var r=!1;try{r=C()}finally{if(W=!1,e=n-L(),!P())return;r?t.run(1e3):e>0?t.run(e):t.start()}})}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,F)};document.body?t():p.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),I.forEach(function(t){return p.addEventListener(t,e.listener,!0)}))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),I.forEach(function(t){return p.removeEventListener(t,e.listener,!0)}),this.stopped=!0)},e}(),A=new X,V=function(e){!_&&e>0&&A.start(),!(_+=e)&&A.stop()},q=function(e){return!h(e)&&!l(e)&&"inline"===getComputedStyle(e).display},j=function(){function e(e,n){this.target=e,this.observedBox=n||t.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=m(this.target,this.observedBox,!0);return q(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),G=function(){function e(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t}return e}(),H=new WeakMap,J=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},U=function(){function e(){}return e.connect=function(e,t){var n=new G(e,t);H.set(e,n)},e.observe=function(e,t,r){var i=H.get(e),o=0===i.observationTargets.length;J(i.observationTargets,t)<0&&(o&&n.push(i),i.observationTargets.push(new j(t,r&&r.box)),V(1),A.schedule())},e.unobserve=function(e,t){var r=H.get(e),i=J(r.observationTargets,t),o=1===r.observationTargets.length;i>=0&&(o&&n.splice(n.indexOf(r),1),r.observationTargets.splice(i,1),V(-1))},e.disconnect=function(e){var t=this,n=H.get(e);n.observationTargets.slice().forEach(function(n){return t.unobserve(e,n.target)}),n.activeTargets.splice(0,n.activeTargets.length)},e}(),Y=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");U.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!v(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");U.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!v(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");U.unobserve(this,e)},e.prototype.disconnect=function(){U.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();e.ResizeObserver=Y,e.ResizeObserverEntry=O,e.ResizeObserverSize=u,Object.defineProperty(e,"__esModule",{value:!0})}),self.ResizeObserverEntry=ResizeObserver.ResizeObserverEntry,self.ResizeObserver=ResizeObserver.ResizeObserver;
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):(e="undefined"!=typeof globalThis?globalThis:e||self,t(e.ResizeObserver={}))}(this,function(e){"use strict";var t,n=[],r=function(){return n.some(function(e){return e.activeTargets.length>0})},i=function(){return n.some(function(e){return e.skippedTargets.length>0})},o="ResizeObserver loop completed with undelivered notifications.",s=function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)};!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(t||(t={}));var c,a=function(e){return Object.freeze(e)},u=function(){function e(e,t){this.inlineSize=e,this.blockSize=t,a(this)}return e}(),f=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,a(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),h=function(e){return e instanceof SVGElement&&"getBBox"in e},d=function(e){if(h(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},v=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null===e||void 0===e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},l=function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},p="undefined"!=typeof window?window:{},b=new WeakMap,g=/auto|scroll/,w=/^tb|vertical/,E=/msie|trident/i.test(p.navigator&&p.navigator.userAgent),x=function(e){return parseFloat(e||"0")},z=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new u((n?t:e)||0,(n?e:t)||0)},y=a({devicePixelContentBoxSize:z(),borderBoxSize:z(),contentBoxSize:z(),contentRect:new f(0,0,0,0)}),T=function(e,t){if(void 0===t&&(t=!1),b.has(e)&&!t)return b.get(e);if(d(e))return b.set(e,y),y;var n=getComputedStyle(e),r=h(e)&&e.ownerSVGElement&&e.getBBox(),i=!E&&"border-box"===n.boxSizing,o=w.test(n.writingMode||""),s=!r&&g.test(n.overflowY||""),c=!r&&g.test(n.overflowX||""),u=r?0:x(n.paddingTop),v=r?0:x(n.paddingRight),l=r?0:x(n.paddingBottom),p=r?0:x(n.paddingLeft),T=r?0:x(n.borderTopWidth),m=r?0:x(n.borderRightWidth),O=r?0:x(n.borderBottomWidth),R=r?0:x(n.borderLeftWidth),S=p+v,B=u+l,C=R+m,k=T+O,N=c?e.offsetHeight-k-e.clientHeight:0,D=s?e.offsetWidth-C-e.clientWidth:0,M=i?S+C:0,_=i?B+k:0,P=r?r.width:x(n.width)-M-D,F=r?r.height:x(n.height)-_-N,I=P+S+D+C,L=F+B+N+k,W=a({devicePixelContentBoxSize:z(Math.round(P*devicePixelRatio),Math.round(F*devicePixelRatio),o),borderBoxSize:z(I,L,o),contentBoxSize:z(P,F,o),contentRect:new f(p,u,P,F)});return b.set(e,W),W},m=function(e,n,r){var i=T(e,r),o=i.borderBoxSize,s=i.contentBoxSize,c=i.devicePixelContentBoxSize;switch(n){case t.DEVICE_PIXEL_CONTENT_BOX:return c;case t.BORDER_BOX:return o;default:return s}},O=function(){function e(e){var t=T(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=a([t.borderBoxSize]),this.contentBoxSize=a([t.contentBoxSize]),this.devicePixelContentBoxSize=a([t.devicePixelContentBoxSize])}return e}(),R=function(e){if(d(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},S=function(){var e=1/0,t=[];n.forEach(function n(r){if(0!==r.activeTargets.length){var i=[];r.activeTargets.forEach(function t(n){var r=new O(n.target),o=R(n.target);i.push(r),n.lastReportedSize=m(n.target,n.observedBox),o<e&&(e=o)}),t.push(function e(){r.callback.call(r.observer,i,r.observer)}),r.activeTargets.splice(0,r.activeTargets.length)}});for(var r=0,i=t;r<i.length;r++){(0,i[r])()}return e},B=function(e){n.forEach(function t(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach(function t(r){r.isActive()&&(R(r.target)>e?n.activeTargets.push(r):n.skippedTargets.push(r))})})},C=function(){var e=0;for(B(e);r();)e=S(),B(e);return i()&&s(),e>0},k=[],N=function(){return k.splice(0).forEach(function(e){return e()})},D=function(e){if(!c){var t=0,n=document.createTextNode(""),r={characterData:!0};new MutationObserver(function(){return N()}).observe(n,r),c=function(){n.textContent="".concat(t?t--:t++)}}k.push(e),c()},M=function(e){D(function t(){requestAnimationFrame(e)})},_=0,P=function(){return!!_},F={attributes:!0,characterData:!0,childList:!0,subtree:!0},I=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],L=function(e){return void 0===e&&(e=0),Date.now()+e},W=!1,X=function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!W){W=!0;var n=L(e);M(function(){var r=!1;try{r=C()}finally{if(W=!1,e=n-L(),!P())return;r?t.run(1e3):e>0?t.run(e):t.start()}})}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,F)};document.body?t():p.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),I.forEach(function(t){return p.addEventListener(t,e.listener,!0)}))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),I.forEach(function(t){return p.removeEventListener(t,e.listener,!0)}),this.stopped=!0)},e}(),A=new X,V=function(e){!_&&e>0&&A.start(),!(_+=e)&&A.stop()},q=function(e){return!h(e)&&!l(e)&&"inline"===getComputedStyle(e).display},j=function(){function e(e,n){this.target=e,this.observedBox=n||t.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=m(this.target,this.observedBox,!0);return q(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),G=function(){function e(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t}return e}(),H=new WeakMap,J=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},U=function(){function e(){}return e.connect=function(e,t){var n=new G(e,t);H.set(e,n)},e.observe=function(e,t,r){var i=H.get(e),o=0===i.observationTargets.length;J(i.observationTargets,t)<0&&(o&&n.push(i),i.observationTargets.push(new j(t,r&&r.box)),V(1),A.schedule())},e.unobserve=function(e,t){var r=H.get(e),i=J(r.observationTargets,t),o=1===r.observationTargets.length;i>=0&&(o&&n.splice(n.indexOf(r),1),r.observationTargets.splice(i,1),V(-1))},e.disconnect=function(e){var t=this,n=H.get(e);n.observationTargets.slice().forEach(function(n){return t.unobserve(e,n.target)}),n.activeTargets.splice(0,n.activeTargets.length)},e}(),Y=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");U.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!v(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");U.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!v(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");U.unobserve(this,e)},e.prototype.disconnect=function(){U.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();e.ResizeObserver=Y,e.ResizeObserverEntry=O,e.ResizeObserverSize=u,Object.defineProperty(e,"__esModule",{value:!0})}),self.ResizeObserverEntry=ResizeObserver.ResizeObserverEntry,self.ResizeObserver=ResizeObserver.ResizeObserver;
@@ -4,7 +4,7 @@
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
5
5
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
6
6
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ResizeObserver = {}));
7
- }(this, (function (exports) { 'use strict';
7
+ })(this, (function (exports) { 'use strict';
8
8
 
9
9
  var resizeObservers = [];
10
10
 
@@ -82,11 +82,11 @@
82
82
  return !(offsetWidth || offsetHeight || target.getClientRects().length);
83
83
  };
84
84
  var isElement = function (obj) {
85
- var _a, _b;
85
+ var _a;
86
86
  if (obj instanceof Element) {
87
87
  return true;
88
88
  }
89
- var scope = (_b = (_a = obj) === null || _a === void 0 ? void 0 : _a.ownerDocument) === null || _b === void 0 ? void 0 : _b.defaultView;
89
+ var scope = (_a = obj === null || obj === void 0 ? void 0 : obj.ownerDocument) === null || _a === void 0 ? void 0 : _a.defaultView;
90
90
  return !!(scope && obj instanceof scope.Element);
91
91
  };
92
92
  var isReplacedElement = function (target) {
@@ -275,7 +275,7 @@
275
275
  var el_1 = document.createTextNode('');
276
276
  var config = { characterData: true };
277
277
  new MutationObserver(function () { return notify(); }).observe(el_1, config);
278
- trigger = function () { el_1.textContent = "" + (toggle_1 ? toggle_1-- : toggle_1++); };
278
+ trigger = function () { el_1.textContent = "".concat(toggle_1 ? toggle_1-- : toggle_1++); };
279
279
  }
280
280
  callbacks.push(callback);
281
281
  trigger();
@@ -511,5 +511,5 @@
511
511
 
512
512
  Object.defineProperty(exports, '__esModule', { value: true });
513
513
 
514
- })));
514
+ }));
515
515
  ;self.ResizeObserverEntry = ResizeObserver.ResizeObserverEntry;self.ResizeObserver=ResizeObserver.ResizeObserver;
@@ -73,7 +73,7 @@
73
73
  defineNameInternalSlot(self.Float64Array.prototype, 'Float64Array');
74
74
 
75
75
  // IE11, and potentially other browsers, have `Int8Array.prototype` inherit directly from `Object.prototype`
76
- // in that case, don't define `Symbol.toStringTag` on the parent; define it directly on the prototype
76
+ // in that case, don't define it on the parent; define it directly on the prototype
77
77
  if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
78
78
  // set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
79
79
  defineToStringTag(self.Int8Array.prototype.__proto__);
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  // in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
27
- // in that case, don't define `at` on the parent; define it directly on the prototype
27
+ // in that case, don't define it on the parent; define it directly on the prototype
28
28
  if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
29
29
  // set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
30
30
  CreateMethodProperty(self.Int8Array.prototype.__proto__, 'at', at);
@@ -1 +1 @@
1
- {"aliases":["es6","es2015"],"dependencies":["_ArrayIterator","_ESAbstract.CreateMethodProperty","ArrayBuffer"],"license":"MIT","spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.entries","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/entries","browsers":{"android":"*","chrome":"<45","edge":"<14","edge_mob":"<14","firefox":"<37","firefox_mob":"<37","ie":"*","ie_mob":"*","opera":"<36","op_mob":"<36","safari":"<9.1","ios_saf":"<9.3","samsung_mob":"<5.0"},"detectSource":"\"Int8Array\"in self&&\"entries\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/entries","hasTests":true,"isTestable":true,"isPublic":true,"size":750}
1
+ {"aliases":["es6","es2015"],"dependencies":["_ArrayIterator","_ESAbstract.CreateMethodProperty","ArrayBuffer"],"license":"MIT","spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.entries","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/entries","browsers":{"android":"*","chrome":"<45","edge":"<14","edge_mob":"<14","firefox":"<37","firefox_mob":"<37","ie":"*","ie_mob":"*","opera":"<36","op_mob":"<36","safari":"<9.1","ios_saf":"<9.3","samsung_mob":"<5.0"},"detectSource":"\"Int8Array\"in self&&\"entries\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/entries","hasTests":true,"isTestable":true,"isPublic":true,"size":732}
@@ -1 +1 @@
1
- !function(){!function t(r){var e="entries";"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,e,r):(CreateMethodProperty(self.Int8Array.prototype,e,r),CreateMethodProperty(self.Uint8Array.prototype,e,r),CreateMethodProperty(self.Uint8ClampedArray.prototype,e,r),CreateMethodProperty(self.Int16Array.prototype,e,r),CreateMethodProperty(self.Uint16Array.prototype,e,r),CreateMethodProperty(self.Int32Array.prototype,e,r),CreateMethodProperty(self.Uint32Array.prototype,e,r),CreateMethodProperty(self.Float32Array.prototype,e,r),CreateMethodProperty(self.Float64Array.prototype,e,r))}(function t(){var r=this;return new ArrayIterator(r,"key+value")})}();
1
+ !function(){function r(){var r=this;return new ArrayIterator(r,"key+value")}var t="entries";"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,t,r):(CreateMethodProperty(self.Int8Array.prototype,t,r),CreateMethodProperty(self.Uint8Array.prototype,t,r),CreateMethodProperty(self.Uint8ClampedArray.prototype,t,r),CreateMethodProperty(self.Int16Array.prototype,t,r),CreateMethodProperty(self.Uint16Array.prototype,t,r),CreateMethodProperty(self.Int32Array.prototype,t,r),CreateMethodProperty(self.Uint32Array.prototype,t,r),CreateMethodProperty(self.Float32Array.prototype,t,r),CreateMethodProperty(self.Float64Array.prototype,t,r))}();
@@ -3,30 +3,7 @@
3
3
  /* global CreateMethodProperty, ArrayIterator */
4
4
  // 23.2.3.7 %TypedArray%.prototype.entries ( )
5
5
  (function () {
6
- // use "Int8Array" as a proxy for support of "TypedArray" subclasses
7
-
8
- function createMethodProperties (fn) {
9
- var fnName = 'entries'
10
-
11
- // in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
12
- // in that case, don't define it on the parent; define it directly on the prototype
13
- if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
14
- // set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
15
- CreateMethodProperty(self.Int8Array.prototype.__proto__, fnName, fn);
16
- } else {
17
- CreateMethodProperty(self.Int8Array.prototype, fnName, fn);
18
- CreateMethodProperty(self.Uint8Array.prototype, fnName, fn);
19
- CreateMethodProperty(self.Uint8ClampedArray.prototype, fnName, fn);
20
- CreateMethodProperty(self.Int16Array.prototype, fnName, fn);
21
- CreateMethodProperty(self.Uint16Array.prototype, fnName, fn);
22
- CreateMethodProperty(self.Int32Array.prototype, fnName, fn);
23
- CreateMethodProperty(self.Uint32Array.prototype, fnName, fn);
24
- CreateMethodProperty(self.Float32Array.prototype, fnName, fn);
25
- CreateMethodProperty(self.Float64Array.prototype, fnName, fn);
26
- }
27
- }
28
-
29
- createMethodProperties(function entries () {
6
+ function entries() {
30
7
  // 1. Let O be the this value.
31
8
  var O = this;
32
9
  // 2. Perform ? ValidateTypedArray(O).
@@ -34,5 +11,24 @@
34
11
  // 3. Return CreateArrayIterator(O, key).
35
12
  // TODO: Add CreateArrayIterator
36
13
  return new ArrayIterator(O, 'key+value');
37
- });
14
+ }
15
+
16
+ // use "Int8Array" as a proxy for support of "TypedArray" subclasses
17
+ var fnName = 'entries'
18
+ // in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
19
+ // in that case, don't define it on the parent; define it directly on the prototype
20
+ if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
21
+ // set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
22
+ CreateMethodProperty(self.Int8Array.prototype.__proto__, fnName, entries);
23
+ } else {
24
+ CreateMethodProperty(self.Int8Array.prototype, fnName, entries);
25
+ CreateMethodProperty(self.Uint8Array.prototype, fnName, entries);
26
+ CreateMethodProperty(self.Uint8ClampedArray.prototype, fnName, entries);
27
+ CreateMethodProperty(self.Int16Array.prototype, fnName, entries);
28
+ CreateMethodProperty(self.Uint16Array.prototype, fnName, entries);
29
+ CreateMethodProperty(self.Int32Array.prototype, fnName, entries);
30
+ CreateMethodProperty(self.Uint32Array.prototype, fnName, entries);
31
+ CreateMethodProperty(self.Float32Array.prototype, fnName, entries);
32
+ CreateMethodProperty(self.Float64Array.prototype, fnName, entries);
33
+ }
38
34
  })();
@@ -1 +1 @@
1
- {"aliases":["es2023"],"dependencies":["_ESAbstract.Call","_ESAbstract.CreateMethodProperty","_ESAbstract.Get","_ESAbstract.IsCallable","_ESAbstract.ToBoolean","_ESAbstract.ToString","ArrayBuffer"],"spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.findlast","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/findLast","browsers":{"android":"*","bb":"*","chrome":"<97","edge":"*","edge_mob":"*","firefox":"<104","firefox_mob":"<104","ie":"*","ie_mob":"*","opera":"<83","op_mob":"<68","op_mini":"*","safari":"<15.4","ios_saf":"<15.4","samsung_mob":"<18.0"},"detectSource":"\"Int8Array\"in self&&\"findLast\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/findLast","hasTests":true,"isTestable":true,"isPublic":true,"size":948}
1
+ {"aliases":["es2023"],"dependencies":["_ESAbstract.Call","_ESAbstract.CreateMethodProperty","_ESAbstract.Get","_ESAbstract.IsCallable","_ESAbstract.ToBoolean","_ESAbstract.ToString","ArrayBuffer"],"spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.findlast","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/findLast","browsers":{"android":"*","bb":"*","chrome":"<97","edge":"*","edge_mob":"*","firefox":"<104","firefox_mob":"<104","ie":"*","ie_mob":"*","opera":"<83","op_mob":"<68","op_mini":"*","safari":"<15.4","ios_saf":"<15.4","samsung_mob":"<18.0"},"detectSource":"\"Int8Array\"in self&&\"findLast\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/findLast","hasTests":true,"isTestable":true,"isPublic":true,"size":875}
@@ -1 +1 @@
1
- !function(){function t(t){var r=this,e=r.length;if(!IsCallable(t))throw TypeError();for(var o=e-1;o>=0;){var a=ToString(o),p=Get(r,a);if(ToBoolean(Call(t,arguments.length>1?arguments[1]:void 0,[p,o,r])))return p;o-=1}}"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,"findLast",t):(CreateMethodProperty(self.Int8Array.prototype,"findLast",t),CreateMethodProperty(self.Uint8Array.prototype,"findLast",t),CreateMethodProperty(self.Uint8ClampedArray.prototype,"findLast",t),CreateMethodProperty(self.Int16Array.prototype,"findLast",t),CreateMethodProperty(self.Uint16Array.prototype,"findLast",t),CreateMethodProperty(self.Int32Array.prototype,"findLast",t),CreateMethodProperty(self.Uint32Array.prototype,"findLast",t),CreateMethodProperty(self.Float32Array.prototype,"findLast",t),CreateMethodProperty(self.Float64Array.prototype,"findLast",t))}();
1
+ !function(){function r(r){var t=this,e=t.length;if(!IsCallable(r))throw TypeError();for(var o=e-1;o>=0;){var p=ToString(o),y=Get(t,p);if(ToBoolean(Call(r,arguments.length>1?arguments[1]:void 0,[y,o,t])))return y;o-=1}}var t="findLast";"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,t,r):(CreateMethodProperty(self.Int8Array.prototype,t,r),CreateMethodProperty(self.Uint8Array.prototype,t,r),CreateMethodProperty(self.Uint8ClampedArray.prototype,t,r),CreateMethodProperty(self.Int16Array.prototype,t,r),CreateMethodProperty(self.Uint16Array.prototype,t,r),CreateMethodProperty(self.Int32Array.prototype,t,r),CreateMethodProperty(self.Uint32Array.prototype,t,r),CreateMethodProperty(self.Float32Array.prototype,t,r),CreateMethodProperty(self.Float64Array.prototype,t,r))}();
@@ -33,20 +33,21 @@
33
33
  return undefined;
34
34
  }
35
35
 
36
+ var fnName = 'findLast'
36
37
  // in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
37
- // in that case, don't define `at` on the parent; define it directly on the prototype
38
+ // in that case, don't define it on the parent; define it directly on the prototype
38
39
  if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
39
40
  // set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
40
- CreateMethodProperty(self.Int8Array.prototype.__proto__, 'findLast', findLast);
41
+ CreateMethodProperty(self.Int8Array.prototype.__proto__, fnName, findLast);
41
42
  } else {
42
- CreateMethodProperty(self.Int8Array.prototype, 'findLast', findLast);
43
- CreateMethodProperty(self.Uint8Array.prototype, 'findLast', findLast);
44
- CreateMethodProperty(self.Uint8ClampedArray.prototype, 'findLast', findLast);
45
- CreateMethodProperty(self.Int16Array.prototype, 'findLast', findLast);
46
- CreateMethodProperty(self.Uint16Array.prototype, 'findLast', findLast);
47
- CreateMethodProperty(self.Int32Array.prototype, 'findLast', findLast);
48
- CreateMethodProperty(self.Uint32Array.prototype, 'findLast', findLast);
49
- CreateMethodProperty(self.Float32Array.prototype, 'findLast', findLast);
50
- CreateMethodProperty(self.Float64Array.prototype, 'findLast', findLast);
43
+ CreateMethodProperty(self.Int8Array.prototype, fnName, findLast);
44
+ CreateMethodProperty(self.Uint8Array.prototype, fnName, findLast);
45
+ CreateMethodProperty(self.Uint8ClampedArray.prototype, fnName, findLast);
46
+ CreateMethodProperty(self.Int16Array.prototype, fnName, findLast);
47
+ CreateMethodProperty(self.Uint16Array.prototype, fnName, findLast);
48
+ CreateMethodProperty(self.Int32Array.prototype, fnName, findLast);
49
+ CreateMethodProperty(self.Uint32Array.prototype, fnName, findLast);
50
+ CreateMethodProperty(self.Float32Array.prototype, fnName, findLast);
51
+ CreateMethodProperty(self.Float64Array.prototype, fnName, findLast);
51
52
  }
52
53
  })();
@@ -1 +1 @@
1
- {"aliases":["es2023"],"dependencies":["_ESAbstract.Call","_ESAbstract.CreateMethodProperty","_ESAbstract.Get","_ESAbstract.IsCallable","_ESAbstract.ToBoolean","_ESAbstract.ToString","ArrayBuffer"],"spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.findlastindex","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/findLastIndex","browsers":{"android":"*","bb":"*","chrome":"<97","edge":"*","edge_mob":"*","firefox":"<104","firefox_mob":"<104","ie":"*","ie_mob":"*","opera":"<83","op_mob":"<68","op_mini":"*","safari":"<15.4","ios_saf":"<15.4","samsung_mob":"<18.0"},"detectSource":"\"Int8Array\"in self&&\"findLastIndex\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/findLastIndex","hasTests":true,"isTestable":true,"isPublic":true,"size":1006}
1
+ {"aliases":["es2023"],"dependencies":["_ESAbstract.Call","_ESAbstract.CreateMethodProperty","_ESAbstract.Get","_ESAbstract.IsCallable","_ESAbstract.ToBoolean","_ESAbstract.ToString","ArrayBuffer"],"spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.findlastindex","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/findLastIndex","browsers":{"android":"*","bb":"*","chrome":"<97","edge":"*","edge_mob":"*","firefox":"<104","firefox_mob":"<104","ie":"*","ie_mob":"*","opera":"<83","op_mob":"<68","op_mini":"*","safari":"<15.4","ios_saf":"<15.4","samsung_mob":"<18.0"},"detectSource":"\"Int8Array\"in self&&\"findLastIndex\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/findLastIndex","hasTests":true,"isTestable":true,"isPublic":true,"size":888}
@@ -1 +1 @@
1
- !function(){function t(t){var e=this,r=e.length;if(!IsCallable(t))throw TypeError();for(var o=r-1;o>=0;){var a=ToString(o),n=Get(e,a);if(ToBoolean(Call(t,arguments.length>1?arguments[1]:void 0,[n,o,e])))return o;o-=1}return-1}"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,"findLastIndex",t):(CreateMethodProperty(self.Int8Array.prototype,"findLastIndex",t),CreateMethodProperty(self.Uint8Array.prototype,"findLastIndex",t),CreateMethodProperty(self.Uint8ClampedArray.prototype,"findLastIndex",t),CreateMethodProperty(self.Int16Array.prototype,"findLastIndex",t),CreateMethodProperty(self.Uint16Array.prototype,"findLastIndex",t),CreateMethodProperty(self.Int32Array.prototype,"findLastIndex",t),CreateMethodProperty(self.Uint32Array.prototype,"findLastIndex",t),CreateMethodProperty(self.Float32Array.prototype,"findLastIndex",t),CreateMethodProperty(self.Float64Array.prototype,"findLastIndex",t))}();
1
+ !function(){function r(r){var t=this,e=t.length;if(!IsCallable(r))throw TypeError();for(var o=e-1;o>=0;){var p=ToString(o),y=Get(t,p);if(ToBoolean(Call(r,arguments.length>1?arguments[1]:void 0,[y,o,t])))return o;o-=1}return-1}var t="findLastIndex";"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,t,r):(CreateMethodProperty(self.Int8Array.prototype,t,r),CreateMethodProperty(self.Uint8Array.prototype,t,r),CreateMethodProperty(self.Uint8ClampedArray.prototype,t,r),CreateMethodProperty(self.Int16Array.prototype,t,r),CreateMethodProperty(self.Uint16Array.prototype,t,r),CreateMethodProperty(self.Int32Array.prototype,t,r),CreateMethodProperty(self.Uint32Array.prototype,t,r),CreateMethodProperty(self.Float32Array.prototype,t,r),CreateMethodProperty(self.Float64Array.prototype,t,r))}();
@@ -33,20 +33,21 @@
33
33
  return -1;
34
34
  }
35
35
 
36
+ var fnName = 'findLastIndex'
36
37
  // in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
37
- // in that case, don't define `at` on the parent; define it directly on the prototype
38
+ // in that case, don't define it on the parent; define it directly on the prototype
38
39
  if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
39
40
  // set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
40
- CreateMethodProperty(self.Int8Array.prototype.__proto__, 'findLastIndex', findLastIndex);
41
+ CreateMethodProperty(self.Int8Array.prototype.__proto__, fnName, findLastIndex);
41
42
  } else {
42
- CreateMethodProperty(self.Int8Array.prototype, 'findLastIndex', findLastIndex);
43
- CreateMethodProperty(self.Uint8Array.prototype, 'findLastIndex', findLastIndex);
44
- CreateMethodProperty(self.Uint8ClampedArray.prototype, 'findLastIndex', findLastIndex);
45
- CreateMethodProperty(self.Int16Array.prototype, 'findLastIndex', findLastIndex);
46
- CreateMethodProperty(self.Uint16Array.prototype, 'findLastIndex', findLastIndex);
47
- CreateMethodProperty(self.Int32Array.prototype, 'findLastIndex', findLastIndex);
48
- CreateMethodProperty(self.Uint32Array.prototype, 'findLastIndex', findLastIndex);
49
- CreateMethodProperty(self.Float32Array.prototype, 'findLastIndex', findLastIndex);
50
- CreateMethodProperty(self.Float64Array.prototype, 'findLastIndex', findLastIndex);
43
+ CreateMethodProperty(self.Int8Array.prototype, fnName, findLastIndex);
44
+ CreateMethodProperty(self.Uint8Array.prototype, fnName, findLastIndex);
45
+ CreateMethodProperty(self.Uint8ClampedArray.prototype, fnName, findLastIndex);
46
+ CreateMethodProperty(self.Int16Array.prototype, fnName, findLastIndex);
47
+ CreateMethodProperty(self.Uint16Array.prototype, fnName, findLastIndex);
48
+ CreateMethodProperty(self.Int32Array.prototype, fnName, findLastIndex);
49
+ CreateMethodProperty(self.Uint32Array.prototype, fnName, findLastIndex);
50
+ CreateMethodProperty(self.Float32Array.prototype, fnName, findLastIndex);
51
+ CreateMethodProperty(self.Float64Array.prototype, fnName, findLastIndex);
51
52
  }
52
53
  })();
@@ -1 +1 @@
1
- {"aliases":["es6","es2015"],"dependencies":["_ArrayIterator","_ESAbstract.CreateMethodProperty","ArrayBuffer"],"license":"MIT","spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.keys","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/keys","browsers":{"android":"*","chrome":"<38","edge":"<14","edge_mob":"<14","firefox":"<37","firefox_mob":"<37","ie":"*","ie_mob":"*","opera":"<25","op_mob":"<25","safari":"<10.0","ios_saf":"<10.0","samsung_mob":"<3.0"},"detectSource":"\"Int8Array\"in self&&\"keys\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/keys","hasTests":true,"isTestable":true,"isPublic":true,"size":778}
1
+ {"aliases":["es6","es2015"],"dependencies":["_ArrayIterator","_ESAbstract.CreateMethodProperty","ArrayBuffer"],"license":"MIT","spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.keys","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/keys","browsers":{"android":"*","chrome":"<38","edge":"<14","edge_mob":"<14","firefox":"<37","firefox_mob":"<37","ie":"*","ie_mob":"*","opera":"<25","op_mob":"<25","safari":"<10.0","ios_saf":"<10.0","samsung_mob":"<3.0"},"detectSource":"\"Int8Array\"in self&&\"keys\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/keys","hasTests":true,"isTestable":true,"isPublic":true,"size":760}
@@ -1 +1 @@
1
- !function(){!function e(t){"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,"keys",t):(CreateMethodProperty(self.Int8Array.prototype,"keys",t),CreateMethodProperty(self.Uint8Array.prototype,"keys",t),CreateMethodProperty(self.Uint8ClampedArray.prototype,"keys",t),CreateMethodProperty(self.Int16Array.prototype,"keys",t),CreateMethodProperty(self.Uint16Array.prototype,"keys",t),CreateMethodProperty(self.Int32Array.prototype,"keys",t),CreateMethodProperty(self.Uint32Array.prototype,"keys",t),CreateMethodProperty(self.Float32Array.prototype,"keys",t),CreateMethodProperty(self.Float64Array.prototype,"keys",t))}(function e(){var t=this;return new ArrayIterator(t,"key")})}();
1
+ !function(){function e(){var e=this;return new ArrayIterator(e,"key")}"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,"keys",e):(CreateMethodProperty(self.Int8Array.prototype,"keys",e),CreateMethodProperty(self.Uint8Array.prototype,"keys",e),CreateMethodProperty(self.Uint8ClampedArray.prototype,"keys",e),CreateMethodProperty(self.Int16Array.prototype,"keys",e),CreateMethodProperty(self.Uint16Array.prototype,"keys",e),CreateMethodProperty(self.Int32Array.prototype,"keys",e),CreateMethodProperty(self.Uint32Array.prototype,"keys",e),CreateMethodProperty(self.Float32Array.prototype,"keys",e),CreateMethodProperty(self.Float64Array.prototype,"keys",e))}();