htmljs-parser
Advanced tools
| import { CODE, type Parser } from "../internal"; | ||
| import { type Location, type Position } from "./constants"; | ||
| export declare function isWhitespaceCode(code: number): boolean; | ||
| export declare function isLineCode(code: number): boolean; | ||
| export declare function isIndentCode(code: number): code is CODE.SPACE | CODE.TAB; | ||
@@ -5,0 +6,0 @@ /** |
+1
-1
| { | ||
| "name": "htmljs-parser", | ||
| "description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values", | ||
| "version": "5.10.1", | ||
| "version": "5.10.2", | ||
| "devDependencies": { | ||
@@ -6,0 +6,0 @@ "@changesets/changelog-github": "^0.5.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
204299
0.18%6395
0.3%