Jeremy Mill
Jeremy Mill
> I don't think that `use_zcat` is sufficient. For example, one might want to use `bzcat`. What if we kept `import_cat_command` but specified its data type as `Enum['cat', 'zcat', 'bzcat']`?...
An example is: `test/fixtures/declaration/function/migrated_0006.js` The expected output has this in the output: https://github.com/Kronuz/esprima-python/blob/2e108bf41d66a4c4517405d5d398225b250207f8/test/fixtures/declaration/function/migrated_0006.tree.json#L70 Where the actual just doesn't have `optional` as a member of the `CallExpression` object: ```json "expression": {...
Update: I was using the `pip` installed version while running tests Removed unsupported tests. I plan on pulling in the following PRs in the near future: https://github.com/jquery/esprima/pull/1190 https://github.com/jquery/esprima/issues/2032 https://github.com/jquery/esprima/issues/2039 Only...
@Kronuz : spent a bit more time but I'm not sure how to where the last errors are coming from. On `test/fixtures/expression/primary/literal/regular-expression/u-flag-surrogate-pair.js` I get ```json "init": { "loc": { "end":...
@djn3m0 I dropped this work since I changed positions, sorry. IIRC we changed from `esprima-python` to using https://github.com/eslint/espree directly
Yup, might be a much better path
bad pull request, forgot to change one thing back
hey @fallfur : not associated with the maintainer, but you can add it yourself as a header in a config file. The cookies seem to be set by: 1) performing...
Little chance it was this change. All I did was change a n+1 to n On Fri, Oct 9, 2020 at 6:26 PM Aaron Suarez wrote: > I think it...
Pygments might be a good fit since we're already mostly python: https://pygments.org/docs/api/#pygments.lexers.guess_lexer