@markuplint/ml-ast
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -62,8 +62,9 @@ export type MLASTNodeType = 'doctype' | 'starttag' | 'endtag' | 'comment' | 'text' | 'omittedtag' | 'psblock' | 'invalid' | 'attr' | 'spread'; | ||
readonly type: 'psblock'; | ||
readonly conditionalType: MLASTPreprocessorSpecificBlockConditionalType; | ||
readonly depth: number; | ||
readonly nodeName: string; | ||
readonly childNodes: readonly MLASTChildNode[]; | ||
readonly branchedChildNodes?: readonly MLASTNode[]; | ||
readonly isBogus: boolean; | ||
} | ||
export type MLASTPreprocessorSpecificBlockConditionalType = 'if' | 'if:elseif' | 'if:else' | 'switch:case' | 'switch:default' | 'each' | 'each:empty' | 'await' | 'await:then' | 'await:catch' | 'end' | null; | ||
export interface MLASTComment extends MLASTAbstractNode { | ||
@@ -70,0 +71,0 @@ readonly type: 'comment'; |
{ | ||
"name": "@markuplint/ml-ast", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "The markuplint AST types.", | ||
@@ -26,3 +26,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "ad3db077e96bea0666c9105b250f895263907a87" | ||
"gitHead": "b8d7bae9bdcdad63ff79abe21b88be12abde3633" | ||
} |
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
9117
197