@formatjs/intl-segmenter
Advanced tools
Comparing version 11.7.1 to 11.7.2
@@ -8,1 +8,2 @@ import { Segmenter } from './src/segmenter'; | ||
}); | ||
//# sourceMappingURL=polyfill-force.js.map |
@@ -11,1 +11,2 @@ import { Segmenter } from './src/segmenter'; | ||
} | ||
//# sourceMappingURL=polyfill.js.map |
export function shouldPolyfill() { | ||
return !Intl.Segmenter; | ||
} | ||
//# sourceMappingURL=should-polyfill.js.map |
@@ -33,1 +33,2 @@ export var replaceVariables = function (variables, input) { | ||
// } | ||
//# sourceMappingURL=segmentation-utils.js.map |
@@ -271,1 +271,2 @@ import { __assign, __spreadArray } from "tslib"; | ||
} | ||
//# sourceMappingURL=segmenter.js.map |
// @generated | ||
// @ts-nocheck | ||
import './polyfill-force'; | ||
//# sourceMappingURL=test262-main.js.map |
{ | ||
"name": "@formatjs/intl-segmenter", | ||
"version": "11.7.1", | ||
"version": "11.7.2", | ||
"description": "Polyfill for Intl.Segmenter", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"tslib": "2", | ||
"@formatjs/intl-localematcher": "0.5.6", | ||
"@formatjs/ecma402-abstract": "2.2.1" | ||
"@formatjs/intl-localematcher": "0.5.7", | ||
"@formatjs/ecma402-abstract": "2.2.2" | ||
}, | ||
@@ -27,0 +27,0 @@ "main": "index.js", |
@@ -10,1 +10,2 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=polyfill-force.js.map |
@@ -13,1 +13,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=polyfill.js.map |
@@ -7,1 +7,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=should-polyfill.js.map |
@@ -38,1 +38,2 @@ "use strict"; | ||
// } | ||
//# sourceMappingURL=segmentation-utils.js.map |
@@ -274,1 +274,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=segmenter.js.map |
@@ -6,1 +6,2 @@ "use strict"; | ||
require("./polyfill-force"); | ||
//# sourceMappingURL=test262-main.js.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
985169
46
+ Added@formatjs/ecma402-abstract@2.2.2(transitive)
+ Added@formatjs/fast-memoize@2.2.3(transitive)
+ Added@formatjs/intl-localematcher@0.5.7(transitive)
- Removed@formatjs/ecma402-abstract@2.2.1(transitive)
- Removed@formatjs/fast-memoize@2.2.2(transitive)
- Removed@formatjs/intl-localematcher@0.5.6(transitive)