Skip to content

Commit 9b04ce2

Browse files
committed
Linting
1 parent bee23af commit 9b04ce2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/ast-transform/node-transformer.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
import {
2-
type AST,
3-
EmptyExpr,
4-
ParenthesizedExpression,
5-
} from '@angular/compiler';
1+
import { type AST, ParenthesizedExpression } from '@angular/compiler';
62

73
import {
84
type IncompleteNode,
95
type RawLocationInformation,
106
Source,
117
} from '../source.ts';
12-
import type { NGEmptyExpression, NGNode } from './node-types.ts';
8+
import type { NGNode } from './node-types.ts';
139
import { transformVisitors } from './visitors.ts';
1410

1511
export class NodeTransformer extends Source {

0 commit comments

Comments
 (0)