htmljs-parser
Advanced tools
+1
-1
| import { type ParserOptions, type Range } from "./internal"; | ||
| export { TagType, ErrorCode, getLines, getLocation, getPosition, type ParserOptions as Handlers, type Position, type Location, type Ranges, type Range, } from "./internal"; | ||
| export { isValidStatement, isValidAttrValue, Validity, } from "./util/validators"; | ||
| export { isValidStatement, isValidScriptlet, isValidAttrValue, Validity, } from "./util/validators"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * Creates a new Marko parser. |
@@ -7,2 +7,3 @@ export declare enum Validity { | ||
| export declare function isValidStatement(code: string): Validity; | ||
| export declare function isValidScriptlet(code: string): Validity; | ||
| export declare function isValidAttrValue(code: string, concise: boolean): Validity; |
+1
-1
| { | ||
| "name": "htmljs-parser", | ||
| "description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values", | ||
| "version": "5.9.0", | ||
| "version": "5.10.0", | ||
| "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
203742
0.26%6372
0.28%