refactor(language-service): Remove AttrInfo interface (#33380)
It's no longer used and needed. PR Close #33380
This commit is contained in:

committed by
Andrew Kushnir

parent
73530a9e25
commit
93a0b1ba13
@ -21,14 +21,6 @@ export interface AstResult {
|
||||
template: TemplateSource;
|
||||
}
|
||||
|
||||
export interface AttrInfo {
|
||||
name: string;
|
||||
input?: boolean;
|
||||
output?: boolean;
|
||||
template?: boolean;
|
||||
fromHtml?: boolean;
|
||||
}
|
||||
|
||||
export type SelectorInfo = {
|
||||
selectors: CssSelector[],
|
||||
map: Map<CssSelector, CompileDirectiveSummary>
|
||||
|
Reference in New Issue
Block a user