We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee23af commit 9b04ce2Copy full SHA for 9b04ce2
1 file changed
src/ast-transform/node-transformer.ts
@@ -1,15 +1,11 @@
1
-import {
2
- type AST,
3
- EmptyExpr,
4
- ParenthesizedExpression,
5
-} from '@angular/compiler';
+import { type AST, ParenthesizedExpression } from '@angular/compiler';
6
7
import {
8
type IncompleteNode,
9
type RawLocationInformation,
10
Source,
11
} from '../source.ts';
12
-import type { NGEmptyExpression, NGNode } from './node-types.ts';
+import type { NGNode } from './node-types.ts';
13
import { transformVisitors } from './visitors.ts';
14
15
export class NodeTransformer extends Source {
0 commit comments