Skip to content

Commit

Permalink
fix(typescript-estree): type-only regression for consumers not yet on…
Browse files Browse the repository at this point in the history
… TS 4.5 (#4272)
  • Loading branch information
lonyele committed Dec 7, 2021
1 parent 72fa912 commit 550b61e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/typescript-estree/src/ts-estree/ts-nodes.ts
Expand Up @@ -8,6 +8,8 @@ declare module 'typescript' {
export interface TemplateLiteralTypeNode extends ts.Node {}
export interface PrivateIdentifier extends ts.Node {}
export interface ClassStaticBlockDeclaration extends ts.Node {}
export interface AssertClause extends ts.Node {}
export interface AssertEntry extends ts.Node {}
/* eslint-enable @typescript-eslint/no-empty-interface */
}

Expand Down

0 comments on commit 550b61e

Please sign in to comment.