UNPKG

ui5plugin-linter

Version:
8 lines (7 loc) 321 B
import { TextDocument } from "ui5plugin-parser"; import { XMLLinters } from "../../Linter"; import { IXMLError, XMLLinter } from "./abstraction/XMLLinter"; export declare class UnusedNamespaceLinter extends XMLLinter { protected className: XMLLinters; protected _getErrors(document: TextDocument): IXMLError[]; }