UNPKG

ui5plugin-linter

Version:
12 lines (11 loc) 508 B
import { TextDocument } from "ui5plugin-parser"; import { IError, PropertiesLinters } from "../../Linter"; import { PropertiesLinter } from "./abstraction/PropertiesLinter"; export declare class UnusedTranslationsLinter extends PropertiesLinter { protected className: PropertiesLinters; protected _getErrors(document: TextDocument): IError[] | IError[]; private _getTranslationErrors; private _getIfTranslationShouldBeSkipped; private _getIfTranslationIsUsed; private _checkIfUsed; }