|
1 | 1 | export * from './ast-node-types';
|
2 | 2 | export * from './ast-token-types';
|
3 |
| -export type * from './base/Accessibility'; |
4 |
| -export type * from './base/BaseNode'; // this is exported so that the `types` package can merge the decl and add the `parent` property |
5 |
| -export type * from './base/NodeOrTokenData'; |
6 |
| -export type * from './base/OptionalRangeAndLoc'; |
7 |
| -export type * from './base/Position'; |
8 |
| -export type * from './base/Range'; |
9 |
| -export type * from './base/SourceLocation'; |
10 |
| -export type * from './declaration/spec'; |
11 |
| -export type * from './element/spec'; |
12 |
| -export type * from './expression/spec'; |
13 |
| -export type * from './jsx/spec'; |
14 |
| -export type * from './parameter/spec'; |
15 |
| -export type * from './special/spec'; |
16 |
| -export type * from './statement/spec'; |
17 |
| -export type * from './token/spec'; |
18 |
| -export type * from './type/spec'; |
19 |
| -export type * from './unions/BindingName'; |
20 |
| -export type * from './unions/BindingPattern'; |
21 |
| -export type * from './unions/CallExpressionArgument'; |
22 |
| -export type * from './unions/ChainElement'; |
23 |
| -export type * from './unions/ClassElement'; |
24 |
| -export type * from './unions/Comment'; |
25 |
| -export type * from './unions/DeclarationStatement'; |
26 |
| -export type * from './unions/DestructuringPattern'; |
27 |
| -export type * from './unions/EntityName'; |
28 |
| -export type * from './unions/ExportDeclaration'; |
29 |
| -export type * from './unions/Expression'; |
30 |
| -export type * from './unions/ForInitialiser'; |
31 |
| -export type * from './unions/FunctionLike'; |
32 |
| -export type * from './unions/ImportClause'; |
33 |
| -export type * from './unions/IterationStatement'; |
34 |
| -export type * from './unions/JSXChild'; |
35 |
| -export type * from './unions/JSXExpression'; |
36 |
| -export type * from './unions/JSXTagNameExpression'; |
37 |
| -export type * from './unions/LeftHandSideExpression'; |
38 |
| -export type * from './unions/Literal'; |
39 |
| -export type * from './unions/LiteralExpression'; |
40 |
| -export type * from './unions/Node'; |
41 |
| -export type * from './unions/ObjectLiteralElement'; |
42 |
| -export type * from './unions/Parameter'; |
43 |
| -export type * from './unions/PrimaryExpression'; |
44 |
| -export type * from './unions/PropertyName'; |
45 |
| -export type * from './unions/Statement'; |
46 |
| -export type * from './unions/Token'; |
47 |
| -export type * from './unions/TSUnaryExpression'; |
48 |
| -export type * from './unions/TypeElement'; |
49 |
| -export type * from './unions/TypeNode'; |
| 3 | +export * from './base/Accessibility'; |
| 4 | +export * from './base/BaseNode'; // this is exported so that the `types` package can merge the decl and add the `parent` property |
| 5 | +export * from './base/NodeOrTokenData'; |
| 6 | +export * from './base/OptionalRangeAndLoc'; |
| 7 | +export * from './base/Position'; |
| 8 | +export * from './base/Range'; |
| 9 | +export * from './base/SourceLocation'; |
| 10 | +export * from './declaration/spec'; |
| 11 | +export * from './element/spec'; |
| 12 | +export * from './expression/spec'; |
| 13 | +export * from './jsx/spec'; |
| 14 | +export * from './parameter/spec'; |
| 15 | +export * from './special/spec'; |
| 16 | +export * from './statement/spec'; |
| 17 | +export * from './token/spec'; |
| 18 | +export * from './type/spec'; |
| 19 | +export * from './unions/BindingName'; |
| 20 | +export * from './unions/BindingPattern'; |
| 21 | +export * from './unions/CallExpressionArgument'; |
| 22 | +export * from './unions/ChainElement'; |
| 23 | +export * from './unions/ClassElement'; |
| 24 | +export * from './unions/Comment'; |
| 25 | +export * from './unions/DeclarationStatement'; |
| 26 | +export * from './unions/DestructuringPattern'; |
| 27 | +export * from './unions/EntityName'; |
| 28 | +export * from './unions/ExportDeclaration'; |
| 29 | +export * from './unions/Expression'; |
| 30 | +export * from './unions/ForInitialiser'; |
| 31 | +export * from './unions/FunctionLike'; |
| 32 | +export * from './unions/ImportClause'; |
| 33 | +export * from './unions/IterationStatement'; |
| 34 | +export * from './unions/JSXChild'; |
| 35 | +export * from './unions/JSXExpression'; |
| 36 | +export * from './unions/JSXTagNameExpression'; |
| 37 | +export * from './unions/LeftHandSideExpression'; |
| 38 | +export * from './unions/Literal'; |
| 39 | +export * from './unions/LiteralExpression'; |
| 40 | +export * from './unions/Node'; |
| 41 | +export * from './unions/ObjectLiteralElement'; |
| 42 | +export * from './unions/Parameter'; |
| 43 | +export * from './unions/PrimaryExpression'; |
| 44 | +export * from './unions/PropertyName'; |
| 45 | +export * from './unions/Statement'; |
| 46 | +export * from './unions/Token'; |
| 47 | +export * from './unions/TSUnaryExpression'; |
| 48 | +export * from './unions/TypeElement'; |
| 49 | +export * from './unions/TypeNode'; |
0 commit comments