regexp-support
Advanced tools
Comparing version
@@ -6,2 +6,50 @@ # Change Log | ||
## [1.0.46](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.45...regexp-support@1.0.46) (2022-02-04) | ||
### 🔖 Miscellaneous | ||
* . ([1b49c3a](https://github.com/bluelovers/regexp-support/commit/1b49c3ab0b637b5ff52b8417849560a451e0d3ee)) | ||
## [1.0.45](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.43...regexp-support@1.0.45) (2022-02-04) | ||
### 🛠 Build System | ||
* update typescript ([2fe5ed4](https://github.com/bluelovers/regexp-support/commit/2fe5ed4bc31717187d91d13d0b64ae797a72731f)) | ||
### ♻️ Chores | ||
* new env test ([6f1782c](https://github.com/bluelovers/regexp-support/commit/6f1782c20f975bfa98c8928b2e6f1051f3c75e5f)) | ||
### 🔖 Miscellaneous | ||
* . ([0b6545d](https://github.com/bluelovers/regexp-support/commit/0b6545dd60e673a9fde083bf16a1823eb140f3a7)) | ||
## [1.0.44](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.43...regexp-support@1.0.44) (2022-02-04) | ||
### 🛠 Build System | ||
* update typescript ([2fe5ed4](https://github.com/bluelovers/regexp-support/commit/2fe5ed4bc31717187d91d13d0b64ae797a72731f)) | ||
### ♻️ Chores | ||
* new env test ([6f1782c](https://github.com/bluelovers/regexp-support/commit/6f1782c20f975bfa98c8928b2e6f1051f3c75e5f)) | ||
## [1.0.43](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.41...regexp-support@1.0.43) (2021-12-08) | ||
@@ -8,0 +56,0 @@ |
@@ -8,3 +8,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const flags_1 = (0, tslib_1.__importStar)(require("./flags")); | ||
const flags_1 = tslib_1.__importStar(require("./flags")); | ||
exports.FlagsName = flags_1.default; | ||
@@ -11,0 +11,0 @@ /** |
@@ -10,3 +10,3 @@ "use strict"; | ||
const index_2 = require("./index"); | ||
const blocks_1 = (0, tslib_1.__importDefault)(require("../cache/blocks")); | ||
const blocks_1 = tslib_1.__importDefault(require("../cache/blocks")); | ||
exports.KEY_PREFIX = '\\p{'; | ||
@@ -13,0 +13,0 @@ exports.KEY_PREFIX_NEGATION = '\\P{'; |
@@ -8,6 +8,6 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const property_data_1 = (0, tslib_1.__importDefault)(require("../cache/property-data")); | ||
const property_data_1 = tslib_1.__importDefault(require("../cache/property-data")); | ||
const index_1 = require("../../util/index"); | ||
const index_2 = require("./index"); | ||
const scripts_1 = (0, tslib_1.__importDefault)(require("../cache/scripts")); | ||
const scripts_1 = tslib_1.__importDefault(require("../cache/scripts")); | ||
exports.KEY_PREFIX = '\\p{Script='; | ||
@@ -14,0 +14,0 @@ exports.KEY_PREFIX_NEGATION = '\\P{Script='; |
@@ -10,5 +10,5 @@ "use strict"; | ||
const index_2 = require("./index"); | ||
const categories_1 = (0, tslib_1.__importStar)(require("../cache/categories")); | ||
const properties_1 = (0, tslib_1.__importDefault)(require("../cache/properties")); | ||
const property_data_1 = (0, tslib_1.__importDefault)(require("../cache/property-data")); | ||
const categories_1 = tslib_1.__importStar(require("../cache/categories")); | ||
const properties_1 = tslib_1.__importDefault(require("../cache/properties")); | ||
const property_data_1 = tslib_1.__importDefault(require("../cache/property-data")); | ||
//console.log(properties); | ||
@@ -15,0 +15,0 @@ exports.KEY_PREFIX = '\\p{'; |
{ | ||
"name": "regexp-support", | ||
"version": "1.0.43", | ||
"version": "1.0.46", | ||
"description": "check RegExp ( regular expressions ) support", | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a050032702fdf2c11814f4f1ec55821db469a3a2" | ||
"gitHead": "d179269171b3b5ddfdba1a4d6d83db37b24dba9e" | ||
} |
16
v17.json
{ | ||
"versions": { | ||
"node": "17.1.0", | ||
"node": "17.4.0", | ||
"ares": "1.18.1", | ||
"brotli": "1.0.9", | ||
"cldr": "39.0", | ||
"icu": "69.1", | ||
"cldr": "40.0", | ||
"icu": "70.1", | ||
"llhttp": "6.0.4", | ||
@@ -14,7 +14,7 @@ "modules": "102", | ||
"ngtcp2": "0.1.0-DEV", | ||
"openssl": "3.0.0+quic", | ||
"tz": "2021a", | ||
"unicode": "13.0", | ||
"uv": "1.42.0", | ||
"v8": "9.5.172.25-node.13", | ||
"openssl": "3.0.1+quic", | ||
"tz": "2021a3", | ||
"unicode": "14.0", | ||
"uv": "1.43.0", | ||
"v8": "9.6.180.15-node.13", | ||
"zlib": "1.2.11" | ||
@@ -21,0 +21,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
510114
0.24%