Skip to content

Commit ccaa8ca

Browse files
Apply automated changes
1 parent 825fd9d commit ccaa8ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-object-expression.ts

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

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

77
export const visitLiteralMap = (
88
node: angular.LiteralMap,

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)