Skip to content

Using beta channel with JavaScript (ES6+) throws errors #306

Closed
@rangoo94

Description

@rangoo94

I get errors inside of CodeClimate build during duplication process:

ERROR: couldn't find node type RestProperty in Sexp::NODE_NAMES.
ERROR: couldn't find node type SpreadProperty in Sexp::NODE_NAMES.
ERROR: couldn't find node type SpreadElement in Sexp::NODE_NAMES.
ERROR: couldn't find node type ClassExpression in Sexp::NODE_NAMES.
ERROR: couldn't find node type ForOfStatement in Sexp::NODE_NAMES.
ERROR: couldn't find node type AwaitExpression in Sexp::NODE_NAMES.
ERROR: couldn't find node type RestElement in Sexp::NODE_NAMES.

It seems that it doesn't know how to handle newer node types in JavaScript AST.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions