escodegen icon indicating copy to clipboard operation
escodegen copied to clipboard

ECMAScript code generator

Results 108 escodegen issues
Sort by recently updated
recently updated
newest added

**escodegen** does not support the combination of unary minus and exponentiation: ```js ➜ arith2js-parallel-computing-group-parallel git:(essay-2023-02-15-miercoles) ✗ node Welcome to Node.js v18.8.0. Type ".help" for more information. > let espree =...

Hello Thank you for the project. We have used it for many years on the edbrowse project, a CLI web browser. We use esprima-next and escodegen in succession in order...

Hello! 👋 Was hoping to get your thoughts on an observation I had with a particular line in the project. Specifically where [_package.json_ is getting referenced via a `require` call](https://github.com/estools/escodegen/blob/v2.0.0/escodegen.js#L2639)....

example: string : '{a:1}' still generated to '{a:1}' , what i expecting is '{"a":1}' how to get a real json string ?

Fixes: https://github.com/estools/escodegen/issues/443

When attaching comments and generating code there seems to be a bug with the placement of inline comments. They always break up the line which can lead to problems, for...