Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/ml-ast

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-ast - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

3

lib/types.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc