Skip to content

Commit 57724a6

Browse files
Apply automated changes
1 parent 8fec49a commit 57724a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ast-transform/transform-chained-expression.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { type Chain } from '@angular/compiler';
22
import type * as babel from '@babel/types';
33

4-
import { type Transformer } from './transform.ts';
54
import type { NGChainedExpression } from '../types.ts';
5+
import { type Transformer } from './transform.ts';
66

77
export const visitChain = (
88
node: Chain,

src/ast-transform/transform-pipe-expression.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { type BindingPipe } from '@angular/compiler';
22
import type * as babel from '@babel/types';
33

4-
import { type Transformer } from './transform.ts';
54
import type { NGPipeExpression } from '../types.ts';
5+
import { type Transformer } from './transform.ts';
66

77
export const visitPipe = (
88
node: BindingPipe,

0 commit comments

Comments
 (0)