chore(deps): update #742
Annotations
27 errors
|
Lint and Test with Node.js 22
Process completed with exit code 2.
|
|
Lint and Test with Node.js 22:
packages/angular-parser/src/index.ts#L279
Type '{ depth: number; type: "doctype"; name: string; nodeName: string; publicId: string; systemId: string; }' is missing the following properties from type 'MLASTDoctype': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 22:
packages/angular-parser/src/index.ts#L267
Type '{ depth: number; type: "comment"; nodeName: "#comment"; isBogus: false; }' is missing the following properties from type 'MLASTComment': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 22:
packages/angular-parser/src/index.ts#L257
Type '{ depth: number; type: "comment"; nodeName: "#comment"; isBogus: false; }' is missing the following properties from type 'MLASTComment': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 22:
packages/angular-parser/src/index.ts#L247
Type '{ depth: number; type: "text"; nodeName: "#text"; }' is missing the following properties from type 'MLASTText': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 22:
packages/angular-parser/src/index.ts#L183
Type '{ type: "endtag"; depth: number; parentNode: null; pairNode: { parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; ... 16 more ...; endCol: number; }; nodeName: string; tagOpenChar: string; tagCloseChar: string; }' is missing the following properties from type 'MLASTElementCloseTag': uuid, raw, startOffset, endOffset, and 4 more.
|
|
Lint and Test with Node.js 22:
packages/angular-parser/src/index.ts#L183
Type '{ type: "endtag"; depth: number; parentNode: null; pairNode: { parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; ... 16 more ...; endCol: number; }; nodeName: string; tagOpenChar: string; tagCloseChar: string; }' is missing the following properties from type 'MLASTElementCloseTag': uuid, raw, startOffset, endOffset, and 4 more.
|
|
Lint and Test with Node.js 22:
packages/angular-parser/src/index.ts#L148
Type '{ elementType: "html" | "authored"; type: "starttag"; depth: number; isFragment: false; isGhost: false; nodeName: string; namespace: string; attributes: MLASTAttr[]; childNodes: MLASTChildNode[]; ... 4 more ...; tagCloseChar: string; }' is missing the following properties from type '{ parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; startLine: number; startCol: number; startOffset: number; ... 13 more ...; endCol: number; }': parentNode, raw, startLine, startCol, and 5 more.
|
|
Lint and Test with Node.js 22:
packages/angular-parser/src/index.ts#L3
Module '"@markuplint/ml-ast"' has no exported member 'MLASTAbstractNode'.
|
|
Lint and Test with Node.js 18
Process completed with exit code 2.
|
|
Lint and Test with Node.js 18:
packages/angular-parser/src/index.ts#L279
Type '{ depth: number; type: "doctype"; name: string; nodeName: string; publicId: string; systemId: string; }' is missing the following properties from type 'MLASTDoctype': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 18:
packages/angular-parser/src/index.ts#L267
Type '{ depth: number; type: "comment"; nodeName: "#comment"; isBogus: false; }' is missing the following properties from type 'MLASTComment': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 18:
packages/angular-parser/src/index.ts#L257
Type '{ depth: number; type: "comment"; nodeName: "#comment"; isBogus: false; }' is missing the following properties from type 'MLASTComment': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 18:
packages/angular-parser/src/index.ts#L247
Type '{ depth: number; type: "text"; nodeName: "#text"; }' is missing the following properties from type 'MLASTText': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 18:
packages/angular-parser/src/index.ts#L183
Type '{ type: "endtag"; depth: number; parentNode: null; pairNode: { parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; ... 16 more ...; endCol: number; }; nodeName: string; tagOpenChar: string; tagCloseChar: string; }' is missing the following properties from type 'MLASTElementCloseTag': uuid, raw, startOffset, endOffset, and 4 more.
|
|
Lint and Test with Node.js 18:
packages/angular-parser/src/index.ts#L183
Type '{ type: "endtag"; depth: number; parentNode: null; pairNode: { parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; ... 16 more ...; endCol: number; }; nodeName: string; tagOpenChar: string; tagCloseChar: string; }' is missing the following properties from type 'MLASTElementCloseTag': uuid, raw, startOffset, endOffset, and 4 more.
|
|
Lint and Test with Node.js 18:
packages/angular-parser/src/index.ts#L148
Type '{ elementType: "html" | "authored"; type: "starttag"; depth: number; isFragment: false; isGhost: false; nodeName: string; namespace: string; attributes: MLASTAttr[]; childNodes: MLASTChildNode[]; ... 4 more ...; tagCloseChar: string; }' is missing the following properties from type '{ parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; startLine: number; startCol: number; startOffset: number; ... 13 more ...; endCol: number; }': parentNode, raw, startLine, startCol, and 5 more.
|
|
Lint and Test with Node.js 18:
packages/angular-parser/src/index.ts#L3
Module '"@markuplint/ml-ast"' has no exported member 'MLASTAbstractNode'.
|
|
Lint and Test with Node.js 20
Process completed with exit code 2.
|
|
Lint and Test with Node.js 20:
packages/angular-parser/src/index.ts#L279
Type '{ depth: number; type: "doctype"; name: string; nodeName: string; publicId: string; systemId: string; }' is missing the following properties from type 'MLASTDoctype': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 20:
packages/angular-parser/src/index.ts#L267
Type '{ depth: number; type: "comment"; nodeName: "#comment"; isBogus: false; }' is missing the following properties from type 'MLASTComment': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 20:
packages/angular-parser/src/index.ts#L257
Type '{ depth: number; type: "comment"; nodeName: "#comment"; isBogus: false; }' is missing the following properties from type 'MLASTComment': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 20:
packages/angular-parser/src/index.ts#L247
Type '{ depth: number; type: "text"; nodeName: "#text"; }' is missing the following properties from type 'MLASTText': parentNode, uuid, raw, startOffset, and 5 more.
|
|
Lint and Test with Node.js 20:
packages/angular-parser/src/index.ts#L183
Type '{ type: "endtag"; depth: number; parentNode: null; pairNode: { parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; ... 16 more ...; endCol: number; }; nodeName: string; tagOpenChar: string; tagCloseChar: string; }' is missing the following properties from type 'MLASTElementCloseTag': uuid, raw, startOffset, endOffset, and 4 more.
|
|
Lint and Test with Node.js 20:
packages/angular-parser/src/index.ts#L183
Type '{ type: "endtag"; depth: number; parentNode: null; pairNode: { parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; ... 16 more ...; endCol: number; }; nodeName: string; tagOpenChar: string; tagCloseChar: string; }' is missing the following properties from type 'MLASTElementCloseTag': uuid, raw, startOffset, endOffset, and 4 more.
|
|
Lint and Test with Node.js 20:
packages/angular-parser/src/index.ts#L148
Type '{ elementType: "html" | "authored"; type: "starttag"; depth: number; isFragment: false; isGhost: false; nodeName: string; namespace: string; attributes: MLASTAttr[]; childNodes: MLASTChildNode[]; ... 4 more ...; tagCloseChar: string; }' is missing the following properties from type '{ parentNode: MLASTParentNode | null; nodeName: string; type: "starttag"; namespace: string; raw: string; isFragment: boolean; startLine: number; startCol: number; startOffset: number; ... 13 more ...; endCol: number; }': parentNode, raw, startLine, startCol, and 5 more.
|
|
Lint and Test with Node.js 20:
packages/angular-parser/src/index.ts#L3
Module '"@markuplint/ml-ast"' has no exported member 'MLASTAbstractNode'.
|