Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Cover es6 api #2

Open
25 of 34 tasks
rajasegar opened this issue Nov 12, 2019 · 0 comments
Open
25 of 34 tasks

Cover es6 api #2

rajasegar opened this issue Nov 12, 2019 · 0 comments

Comments

@rajasegar
Copy link
Owner

rajasegar commented Nov 12, 2019

https://github.com/rajasegar/jscodeshift-docs/blob/master/es6.md

AST-types
https://github.com/benjamn/ast-types/blob/master/def/es6.ts

  • : Function
  • : RestElement
  • : SpreadElementPattern
  • : FunctionDeclaration
  • : FunctionExpression
  • : ArrowFunctionExpression
  • : ForOfStatement
  • : YieldExpression
  • : GeneratorExpression
  • : ComprehensionExpression
  • : ComprehensionBlock
  • : Property
  • : ObjectProperty
  • : PropertyPattern
  • : ObjectPattern
  • : ArrayPattern
  • : MethodDefinition
  • : SpreadElement
  • : ArrayExpression
  • : NewExpression
  • : CallExpression
  • : AssignmentPattern
  • : ClassProperty
  • : ClassBody
  • : ClassDeclaration
  • : ClassExpression
  • : ModuleSpecifier
  • : ImportSpecifier
  • : ImportNamespaceSpecifier
  • : ImportDefaultSpecifier
  • : ImportDeclaration
  • : TaggedTemplateExpression
  • : TemplateLiteral
  • : TemplateElement
@rajasegar rajasegar pinned this issue Nov 16, 2019
@rajasegar rajasegar transferred this issue from rajasegar/ast-builder Nov 23, 2019
@rajasegar rajasegar pinned this issue Nov 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant