Marat Dulin

Results 13 issues of Marat Dulin

Is there a way to run tests using Moon while web server is running on the local machine? I was expecting an existing solution for Moon (like Local Testing at...

Improve performance by using `decodeEntity()` from `html-entities` when decoding entities. ## Benchmark results ### Before ```sh $ node bench/bench.js bench/samples/inline-entity.md commonmark.js x 35,682 ops/sec ±1.52% (87 runs sampled) showdown.js x...

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

docs

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

internal

Right now we only have poor AST documentation, including docs from ESTree. Assuming we have implementation for every Element, we can easily create the best AST documentation.

docs

Currently syntax `--opt=val1 --opt=val2` generates `{'--opt': 'val2'}` result. According to python version, it should generate `{'--opt': ['val1', 'val2']}`.