We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fec49a commit 57724a6Copy full SHA for 57724a6
src/ast-transform/transform-chained-expression.ts
@@ -1,8 +1,8 @@
1
import { type Chain } from '@angular/compiler';
2
import type * as babel from '@babel/types';
3
4
-import { type Transformer } from './transform.ts';
5
import type { NGChainedExpression } from '../types.ts';
+import { type Transformer } from './transform.ts';
6
7
export const visitChain = (
8
node: Chain,
src/ast-transform/transform-pipe-expression.ts
import { type BindingPipe } from '@angular/compiler';
import type { NGPipeExpression } from '../types.ts';
export const visitPipe = (
node: BindingPipe,
0 commit comments