Andreas Lind
Andreas Lind
It's not a PR, someone needs to implement it 😆
escodegen doesn't currently support serializing the JSX-related AST nodes. There's an [old fork](https://github.com/ng-vu/escodegen-jsx), but that only works with esprima-fb, which is no longer maintained. It seems like it would be...
> Where are the JSX AST nodes specified? It looks like this is as authoritative as it gets: https://github.com/facebook/jsx/blob/master/AST.md > How stable are they? Historically, quite stable. Latest addition was...
@michaelficarra, any thoughts on what I wrote in https://github.com/estools/escodegen/issues/333#issuecomment-289229686 wrt. whether JSX support would be a welcome addition?
@AwesomeDevin, you can take [@erquhart's PR](https://github.com/estools/escodegen/pull/391) for a spin and help him QA and finish it :)
I'm not actively working on it.
I'm not a maintainer of this project, and I was only talking about the JSX support, which @erquhart initiated work on. I think you're jumping to conclusions :)
This would be extremely handy! I'm about to switch to representing ids as `bigint` in my app, and it results in `ID cannot represent a non-string and non-integer value: ...`....
The same thing happens to me for an `argh.html` file I have in the directory being `serve`d: ```http $ curl -i localhost:5000/argh.html HTTP/1.1 301 Moved Permanently Location: /argh Date: Wed,...
It seems like a conscious design choice, so I think someone has to fork the tool and remove the feature, or PR a `--no-smartass-redirects` switch disabling it :laughing: