RSSAmplifier

Ryan Seddon · Nov 2, 2012

Multi-level Source maps

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Source maps are awesome but one issue is that compiling from x-lang to JavaScript is a single level of mapping, if you want to go from x-lang > JavaScript > minified JavaScript you couldn’t as closure compiler, currently, only has a single level of mapping, until now. UglifyJS2 allows you to specify an input source map from the first stage of compilation, enabling multi-level mapping. Check out…

Read on ryanseddon.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.