cst icon indicating copy to clipboard operation
cst copied to clipboard

:herb: JavaScript Concrete Syntax Tree

Results 42 cst issues
Sort by recently updated
recently updated
newest added

We have a huge amount of classes, we need to publish docs.

docs

i.e so methods like `selectNodesByType` would be exist on other types of entities. Even though they can be slow, it could be terribly useful.

enhancement

Right now `StringLiteral` and `NumericLiteral` accept whatever you put inside. `StringLiteral` should only accept `String` token, same about `NumericLiteral`.

internal

Should we implement it as a plugin somehow?

enhancement
question

See https://github.com/jscs-dev/node-jscs/issues/2246 https://github.com/jscs-dev/node-jscs/issues/2225

internal

See https://github.com/jscs-dev/node-jscs/issues/2288

enhancement

Are we also going to implement es6+ stuff? Maybe stage > 2? https://github.com/tc39/ecma262#current-proposals ### Candidate - [x] Stage 3: ExponentiationOperator #46 - [x] Stage 3: Async/AwaitExpression #49 ### Draft -...

elements
esnext

See https://github.com/jscs-dev/node-jscs/issues/2141 https://github.com/jscs-dev/node-jscs/issues/2147

esnext

A lot of people might understand idea better with hands on example (https://twitter.com/slicknet/status/613412786442350592). Maybe even replacing whole `Let's see an example:` of the ``` js x = 0; if (x)...

docs