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

Add sourcemaps support #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ochafik
Copy link

@ochafik ochafik commented Mar 24, 2015

This PR makes gulp-traceur to emit sourcemaps (original sources will show up under src/ in Chrome's sources debug panel), which makes it possible to set breakpoints in the ES6+ source.

(thanks a lot for this handy repo!)

@pkozlowski-opensource
Copy link
Owner

@ochafik awesome! I want to try it out but can't seem to merge cleanly.... Could you please rebase on top of the latest master and squash 2 commits into one?

Would be also possible to add source maps support for Angular2 which we transpile as well? Will this take into account existing source maps (Angular2 is already pre-transpiled from AtScript to ES6 and has its own source maps)

@cburgdorf
Copy link

I just checked it out and it seems to work. At least partly. I can place a breakpoint here and it works. But if I put one here it's never hit. This may be totally unrelated but I just wanted to point it out.

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

Successfully merging this pull request may close these issues.

3 participants