@markuplint/ml-ast
Advanced tools
Comparing version 2.0.0-rc.5 to 2.0.0-rc.6
@@ -102,3 +102,3 @@ export interface MLToken { | ||
isFragment: boolean; | ||
parseError?: string; | ||
unkownParseError?: string; | ||
} | ||
@@ -108,2 +108,6 @@ export interface MLMarkupLanguageParser { | ||
tagNameCaseSensitive?: boolean; | ||
/** | ||
* @default "omittable" | ||
*/ | ||
endTag?: 'xml' | 'omittable' | 'never'; | ||
} | ||
@@ -110,0 +114,0 @@ export declare type Parse = MLMarkupLanguageParser['parse']; |
{ | ||
"name": "@markuplint/ml-ast", | ||
"version": "2.0.0-rc.5", | ||
"version": "2.0.0-rc.6", | ||
"description": "The markuplint AST types.", | ||
@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "6faa4e54f16d3700d23953330abea89ccb9d6150" | ||
"gitHead": "7c93367a86f935f6b94780b1fa14f3293f900b87" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45203
124