Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source maps #179

Open
prantlf opened this issue Feb 17, 2022 · 1 comment
Open

Source maps #179

prantlf opened this issue Feb 17, 2022 · 1 comment

Comments

@prantlf
Copy link

prantlf commented Feb 17, 2022

CST is more suitable for transpiling than AST. Kataw could replace tools like babel or recast, or hand-written tools using a parser (esprima, acorn, meriyah) and formatter (escodegen, astring). However, transpilers have to produce a source map, otherwise debugging would be impossible.

How about adding the source map support? ecodegen offers it by integrating source-map internally. astring expects a SourceMapGenerator with the interface as provided by source-map sent from the outside.

@axefrog
Copy link

axefrog commented Feb 18, 2022

Pretty sure @KFlash is out of action at the moment. Not sure if he just doesn't have the bandwidth to work on the project right now, or if lack of community uptake of kataw killed his motivation. In any case, you likely won't get a response at the moment, but keep tabs on the project, as he might return sooner or later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants