regexp-support
Advanced tools
Comparing version
@@ -6,2 +6,17 @@ # Change Log | ||
## [1.0.53](https://github.com/bluelovers/ws-regexp/compare/regexp-support@1.0.52...regexp-support@1.0.53) (2024-01-29) | ||
### ♻️ Chores | ||
* new env test ([2913c43](https://github.com/bluelovers/ws-regexp/commit/2913c43fb53a1e53f006758a071293e058eb793c)) | ||
### 📌 Dependencies | ||
* update deps ([84fdf45](https://github.com/bluelovers/ws-regexp/commit/84fdf45835b0a643dcea895cb95e59c5b64d37a2)) | ||
## [1.0.52](https://github.com/bluelovers/ws-regexp/compare/regexp-support@1.0.47...regexp-support@1.0.52) (2023-02-28) | ||
@@ -8,0 +23,0 @@ |
@@ -41,3 +41,3 @@ "use strict"; | ||
FlagsName["n"] = "n"; | ||
})(FlagsName = exports.FlagsName || (exports.FlagsName = {})); | ||
})(FlagsName || (exports.FlagsName = FlagsName = {})); | ||
Object | ||
@@ -44,0 +44,0 @@ .keys(FlagsName) |
@@ -26,4 +26,4 @@ "use strict"; | ||
JAVA["xdigit"] = "XDigit"; | ||
})(JAVA = exports.JAVA || (exports.JAVA = {})); | ||
})(JAVA || (exports.JAVA = JAVA = {})); | ||
exports.default = JAVA; | ||
//# sourceMappingURL=java.js.map |
@@ -27,3 +27,3 @@ "use strict"; | ||
POXIX["xdigit"] = "xdigit"; | ||
})(POXIX = exports.POXIX || (exports.POXIX = {})); | ||
})(POXIX || (exports.POXIX = POXIX = {})); | ||
exports.PatternTest = { | ||
@@ -30,0 +30,0 @@ alnum: [ |
@@ -47,3 +47,3 @@ "use strict"; | ||
UNICODE_SCRIPTS_NAME_ALIAS["Tibetan"] = "Tibt"; | ||
})(UNICODE_SCRIPTS_NAME_ALIAS = exports.UNICODE_SCRIPTS_NAME_ALIAS || (exports.UNICODE_SCRIPTS_NAME_ALIAS = {})); | ||
})(UNICODE_SCRIPTS_NAME_ALIAS || (exports.UNICODE_SCRIPTS_NAME_ALIAS = UNICODE_SCRIPTS_NAME_ALIAS = {})); | ||
Object.keys(UNICODE_SCRIPTS_NAME_ALIAS) | ||
@@ -50,0 +50,0 @@ .forEach(function (key) { |
@@ -58,3 +58,3 @@ "use strict"; | ||
UNICODE_NAME_ALIAS["Ideographic"] = "Ideo"; | ||
})(UNICODE_NAME_ALIAS = exports.UNICODE_NAME_ALIAS || (exports.UNICODE_NAME_ALIAS = {})); | ||
})(UNICODE_NAME_ALIAS || (exports.UNICODE_NAME_ALIAS = UNICODE_NAME_ALIAS = {})); | ||
Object.keys(UNICODE_NAME_ALIAS) | ||
@@ -61,0 +61,0 @@ .forEach(function (key) { |
{ | ||
"name": "regexp-support", | ||
"version": "1.0.52", | ||
"version": "1.0.53", | ||
"description": "check RegExp ( regular expressions ) support", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
"dependencies": { | ||
"sort-object-keys2": "^3.0.4", | ||
"sort-object-keys2": "^3.0.5", | ||
"tslib": ">=2" | ||
@@ -67,3 +67,3 @@ }, | ||
}, | ||
"gitHead": "b4e7f9baa50636811168681fd3f211f0921b557b" | ||
"gitHead": "3da68f8abe92eaa77bb13b8cc1b852b1f831c735" | ||
} |
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
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
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
532143
1.23%72
1.41%12730
2%Updated