-
Notifications
You must be signed in to change notification settings - Fork 395
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 map all the things #2943
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…tuff to lib that throws off coverage.
Source maps should now go all the way back to source. Hopefully this helps in debugging. 👍 |
Does this cause gobble to loop around the hardlink step for anyone else? I haven't gotten too far into it, but it looks like maybe creating a hard link in linux also triggers an fsevent on the file? |
Looks like I missed checking the watch. PR inbound. |
Description of the pull request:
Configure source maps to map all the way back to the source for both library and tests.
The only real hurdle was the module-skipping code. It needed to return a source map for the replacement code in order for the mapping to be a through and through.
TODO:
Fixes the following issues:
Annoying debugging of code using the bundled version as reference.
Is breaking:
No, i think.
Reviewers:
Everyone
Dependencies
Requires #2912 to go in first. It depends on several gobblefile changes there.