Shahar Soel

Results 77 issues of Shahar Soel

``` > /(?=y)/.test("(?=y)") true > /x(?=y)/.test("x(?=y)") false ``` Otherwise they are treated literally

bug

Samples can be found here: - https://github.com/BurntSushi/toml-test - https://github.com/iarna/iarna-toml/tree/cmc/test/spec-test - https://github.com/toml-lang/toml/tree/master/tests

Quality
Parser

https://prettier.io/docs/en/options.html#bracket-spacing

prettier-plugin

- Float in key ```toml [95.22.looks.like.a.float] name = "John" ``` - "[[" vs "[" (Table of Arrays vs Array vs Table vs array with first element another array) ```toml [[Table.of.arrays]]...

bug

- [x] Evaluate performance advantages of **not** using the CST for this. - [ ] Evaluate performance advantages of using custom token patterns, could those be used to avoid post-processing?...

enhancement

These are currently manually maintained which will lead to inconsistencies in the future. Perhaps this should be handled by Chevrotain itself. See: https://github.com/SAP/chevrotain/issues/851 Or maybe a simple solution could be...

Quality

dev ops
Quality