Using `beta` channel with JavaScript (ES6+) throws errors
rangoo94 opened this issue · 4 comments
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.
Hi @rangoo94,
Sorry for the trouble. The beta channel is deprecated, and has not been updated in quite some time. It was created to give users the opportunity to test some new features, but wasn't intended to be used long-term. I'd suggest you please shift back to the stable (default) channel. Sorry that the communication around this deprecation missed you.
I just read the comments on your ui-kit PR, and want to clarify that the changes that were being tested on the beta channel are on stable now, and other improvements since then as well.
Ah, thank you for mentioning the ticket that pointed you towards beta. I'll take a look at that and update/close as appropriate.