You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript AST nodes produced by CoffeeScript.compile(csAST, options) should contain inputSource value in loc.source according to Mozilla Parser API spec so it would be safe to pass such AST to further transformers without breaking linkage to original files (which needs to be preserved for source map generation on final step).
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2404867-js-nodes-produced-by-compile-should-have-source-in-their-loc?utm_campaign=plugin&utm_content=tracker%2F33145&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F33145&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
JavaScript AST nodes produced by
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2404867-js-nodes-produced-by-compile-should-have-source-in-their-loc?utm_campaign=plugin&utm_content=tracker%2F33145&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F33145&utm_medium=issues&utm_source=github).CoffeeScript.compile(csAST, options)
should containinputSource
value inloc.source
according to Mozilla Parser API spec so it would be safe to pass such AST to further transformers without breaking linkage to original files (which needs to be preserved for source map generation on final step).The text was updated successfully, but these errors were encountered: