-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support sourcemaps #5
Comments
oh, and:
Using deoptigate 0.3.0 |
I agree that would be a great feature. I don't think it's impossible, but wouldn't be trivial. Then it still would have to translate where the markers would go (and wouldn't be able to syntax highlight as it only supports JS ATM). So a pretty large chunk of work .. I'm open to have someone take this on and help where I can. |
On the other hand just stripping inline source maps before creating the data file with the included sources should be trivial with convert-source-map. If so could you take a stab of adding that step as part of file source resolution and file a PR? |
When running deoptigate on my large project, which has been compiled from TypeScript to JavaScript, I get this:
The file, and most files that it
require
s do have inline sourcemaps. Adding support for those could help move these arrows to their correct positions.Even with this flaw, the tool is really useful already, since I can see the function names referred to on the right hand side for each of the items. Big thanks!
The text was updated successfully, but these errors were encountered: