Cover core api
rajasegar opened this issue · 0 comments
rajasegar commented
https://github.com/rajasegar/jscodeshift-docs/blob/master/core.md
AST-types
https://github.com/benjamn/ast-types/blob/master/def/core.ts
- : Printable
- : Node
- : SourceLocation
- : Position
- : File
- : Program
- : Function
- : BlockStatement
- : ExpressionStatement
- : IfStatement
- : LabeledStatement
- : BreakStatement
- : ContinueStatement
- : WithStatement
- : SwitchStatement
- : ReturnStatement
- : ThrowStatement
- : TryStatement
- : CatchClause
- : WhileStatement
- : DoWhileStatement
- : ForStatement
- : ForInStatement
- : FunctionDeclaration
- : FunctionExpression
- : VariableDeclaration
- : VariableDeclarator
- : ArrayExpression
- : ObjectExpression
- : Property
- : SequenceExpression
- : UnaryExpression
- : BinaryExpression
- : AssignmentExpression
- : UpdateExpression
- : LogicalExpression
- : ConditionalExpression
- : NewExpression
- : CallExpression
- : MemberExpression
- : SwitchCase
- : Identifier
- : Literal
- : Comment