azproduction / lmd

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:
http://azproduction.ru/lmd/
MIT License
449 stars 27 forks source link

Multi-level Source maps #130

Open termi opened 11 years ago

termi commented 11 years ago

UglifyJS2, for example, allows you to specify an input source map from the first stage of compilation, enabling multi-level mapping.

I have a js-code generated by traceur and source map from it. Can I pass it to input parameters for lmd?

something like this:

lmd build your_package --in_sourcemap source.map --sourcemap ../index.lmd.map ...<other parameters>
azproduction commented 11 years ago

Multi-level Source maps are planned, thank you!

lomadurov commented 9 years ago

Планируется ли в дальнейшем внедрить данную фичу?