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

REPL: Source map viewer #1291

Open
hzoo opened this issue Aug 6, 2017 · 3 comments
Open

REPL: Source map viewer #1291

hzoo opened this issue Aug 6, 2017 · 3 comments
Labels
Milestone

Comments

@hzoo
Copy link
Member

hzoo commented Aug 6, 2017


EDIT: http://sokra.github.io/source-map-visualization/

Would be interesting to be able to know how different the input/output source is from Babel. Like what if you could see visually the difference of async function a() {} and the output? You could calculate the bytes change, and even suggest a change in config (loose mode, different transform, target different browser) and the % difference in size


My feature request would be a source map output view. It would be great to easily see the maps that babel creates for different configs

https://twitter.com/jasonlaster11/status/893914807090520064 via @jasonLaster

Similar to https://twitter.com/left_pad/status/885547523233984512 - we should integrate this too @boopathi

@hzoo hzoo added the repl label Aug 6, 2017
@hzoo hzoo added this to the New REPL milestone Aug 6, 2017
@hzoo hzoo changed the title Source map viewer REPL: Source map viewer Aug 6, 2017
@bvaughn
Copy link
Contributor

bvaughn commented Aug 15, 2017

So far as I can tell, this is redundant with #65. Safe to close this one?

@hzoo
Copy link
Member Author

hzoo commented Aug 15, 2017

Only other source map tool I remember is http://sokra.github.io/source-map-visualization/

@bvaughn
Copy link
Contributor

bvaughn commented Aug 15, 2017

Ah~ I didn't realize this ticket was about that. I thought this was just saying we should add source maps to the output (like I've done here, although you may need to use an incognito link since it's got some caching).

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

No branches or pull requests

2 participants