Comparing version 6.0.3 to 6.0.4
declare function isIDContinue(code: number): boolean; | ||
declare function isIDStart(code: number): boolean; | ||
declare function mustEscape(code: number): boolean; | ||
export declare const unicodeLookup: Uint32Array; | ||
export declare const unicodeLookup: Uint32Array<ArrayBuffer>; | ||
export { isIDContinue, isIDStart, mustEscape }; | ||
//# sourceMappingURL=unicode.d.ts.map |
{ | ||
"name": "meriyah", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "A 100% compliant, self-hosted javascript parser with high focus on both performance and stability", | ||
@@ -81,27 +81,27 @@ "main": "dist/meriyah.cjs", | ||
"devDependencies": { | ||
"@eslint/js": "^9.12.0", | ||
"@eslint/js": "^9.17.0", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.7.6", | ||
"@unicode/unicode-16.0.0": "^1.6.0", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.10.4", | ||
"@unicode/unicode-16.0.0": "^1.6.5", | ||
"coveralls": "^3.1.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^9.12.0", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-plugin-import-x": "^4.3.1", | ||
"eslint-plugin-n": "^17.11.1", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"mocha": "^10.7.3", | ||
"eslint": "^9.17.0", | ||
"eslint-import-resolver-typescript": "^3.7.0", | ||
"eslint-plugin-import-x": "^4.6.1", | ||
"eslint-plugin-n": "^17.15.1", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.3.0", | ||
"mocha": "^11.0.1", | ||
"nyc": "^17.1.0", | ||
"prettier": "3.3.3", | ||
"rollup": "^4.24.0", | ||
"prettier": "3.4.2", | ||
"rollup": "^4.29.1", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
"standard-changelog": "^6.0.0", | ||
"test262": "github:tc39/test262#3f0a24f4f6a9c84c4f4edc9a19d6c8d74521aaa7", | ||
"test262": "github:tc39/test262#8296db887368bbffa3379f995a1e628ddbe8421f", | ||
"test262-parser-runner": "^0.5.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.10.0" | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.19.0" | ||
}, | ||
@@ -108,0 +108,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1562218
30434