Skip to content

Commit

Permalink
polyfill-library 3.52.1 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Feb 29, 2020
1 parent b21f5cf commit 465305b
Show file tree
Hide file tree
Showing 894 changed files with 925 additions and 908 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.2.3",
"version": "0.2.4",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-core-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/babel-plugin-core-web",
"version": "0.2.3",
"version": "0.2.4",
"description": "browser feature polyfills as a babel plugin",
"main": "lib/index.js",
"author": "Simon Menke <simon.menke@gmail.com>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/parser": "^7.3.1",
"@babel/traverse": "^7.2.3",
"@babel/types": "^7.3.0",
"@mrhenry/core-web": "^0.2.3",
"@mrhenry/core-web": "^0.2.4",
"fast-deep-equal": "^3.1.1"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-web-example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "core-web-example",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"build": "babel src -d lib"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.8.6",
"@mrhenry/babel-plugin-core-web": "^0.2.3"
"@mrhenry/babel-plugin-core-web": "^0.2.4"
}
}
4 changes: 2 additions & 2 deletions packages/core-web-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/core-web-generator",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"build": "node ./generate.js"
Expand All @@ -15,7 +15,7 @@
"fast-deep-equal": "^3.1.1",
"from2-string": "^1.1.0",
"merge2": "^1.2.3",
"polyfill-library": "^3.51.0",
"polyfill-library": "^3.52.1",
"rimraf": "^3.0.0",
"stream-to-string": "^1.2.0"
}
Expand Down
10 changes: 7 additions & 3 deletions packages/core-web/helpers/__mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -22477,13 +22477,17 @@ module.exports = [
{
"name": "smoothscroll",
"deps": [
"requestAnimationFrame"
"requestAnimationFrame",
"_ESAbstract.CreateMethodProperty",
"_ESAbstract.IsCallable",
"getComputedStyle",
"Window"
],
"browsers": {
"edge": "* - 76",
"edge_mob": "*",
"ie": "*",
"ie_mob": "*",
"ie": "9 - *",
"ie_mob": "9 - *",
"firefox": "4 - 36",
"opera": "*",
"safari": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/AudioContext.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("AudioContext"in self
if (!("AudioContext"in self||!("webkitAudioContext"in self)
)) {
// AudioContext
(function () {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.af.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("af").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("af").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.af
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ak.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ak").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ak").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ak
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.am.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("am").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("am").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.am
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ar").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ar").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ar
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.as.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("as").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("as").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.as
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.asa.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("asa").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("asa").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.asa
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ast.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ast").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ast").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ast
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.az.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("az").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("az").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.az
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.be.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("be").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("be").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.be
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.bem.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bem").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bem").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.bem
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.bez.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bez").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bez").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.bez
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.bg.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bg").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bg").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.bg
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.bm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bm").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bm").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.bm
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.bn.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bn").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bn").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.bn
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.bo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bo").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bo").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.bo
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.br.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("br").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("br").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.br
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.brx.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("brx").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("brx").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.brx
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.bs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bs").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("bs").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.bs
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ca.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ca").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ca").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ca
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ce.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ce").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ce").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ce
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ceb.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ceb").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ceb").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ceb
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.cgg.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("cgg").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("cgg").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.cgg
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.chr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("chr").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("chr").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.chr
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ckb.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ckb").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ckb").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ckb
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.cs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("cs").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("cs").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.cs
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.cy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("cy").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("cy").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.cy
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.da.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("da").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("da").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.da
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.de.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("de").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("de").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.de
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.dsb.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("dsb").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("dsb").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.dsb
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.dz.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("dz").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("dz").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.dz
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ee.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ee").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ee").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ee
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.el.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("el").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("el").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.el
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.en.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("en").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("en").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.en
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.eo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("eo").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("eo").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.eo
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.es.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("es").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("es").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.es
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.et.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("et").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("et").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.et
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.eu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("eu").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("eu").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.eu
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.fa.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("fa").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("fa").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.fa
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.ff.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ff").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("ff").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.ff
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.fi.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("fi").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("fi").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.fi
/* @generated */
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/modules/Intl.PluralRules.~locale.fil.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(undefined) {
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("fil").length}catch(l){return!1}}
if (!("Intl"in this&&Intl.PluralRules&&Intl.PluralRules.supportedLocalesOf&&function(){try{return 1===Intl.PluralRules.supportedLocalesOf("fil").length}catch(l){return!1}}()
)) {
// Intl.PluralRules.~locale.fil
/* @generated */
Expand Down
Loading

0 comments on commit 465305b

Please sign in to comment.