Skip to content

Commit ce3b88b

Browse files
committed
Add transform- prefix to visitors
1 parent a158690 commit ce3b88b

21 files changed

+20
-20
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
export * from './transform-array-expression.ts';
2+
export * from './transform-ast-with-source.ts';
3+
export * from './transform-binary-expression.ts';
4+
export * from './transform-call-expression.ts';
5+
export * from './transform-chained-expression.ts';
6+
export * from './transform-conditional-expression.ts';
7+
export * from './transform-interpolation.ts';
8+
export * from './transform-literal.ts';
9+
export * from './transform-member-expression.ts';
10+
export * from './transform-non-null-expression.ts';
11+
export * from './transform-object-expression.ts';
12+
export * from './transform-parenthesized-expression.ts';
13+
export * from './transform-pipe-expression.ts';
14+
export * from './transform-spread-element.ts';
15+
export * from './transform-template-literal.ts';
16+
export * from './transform-this-expression.ts';
17+
export * from './transform-unary-expression.ts';
18+
export * from './transform-unexpected-node.ts';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/ast-transform/visitors/chained-expression.ts renamed to src/ast-transform/transforms/transform-chained-expression.ts

File renamed without changes.

src/ast-transform/visitors/conditional-expression.ts renamed to src/ast-transform/transforms/transform-conditional-expression.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)