UNPKG

@ui5/linter

Version:

A static code analysis tool for UI5

7 lines (6 loc) 425 B
import ts from "typescript"; import Fix from "../linter/ui5Types/fix/Fix.js"; export declare function matchPropertyAccessExpression(node: ts.PropertyAccessExpression, match: string): boolean; export declare function collectIdentifierDeclarations(node: ts.Node): Set<string>; export declare function collectIdentifiers(node: ts.Node): Set<ts.Identifier>; export declare function removeConflictingFixes(fixes: Set<Fix>): void;