Add support for inlined source in input source maps.
jakubpawlowicz opened this issue · comments
See #125 (comment)
Any updates?
Scheduled for 3.2. Nothing more so far!
@boogerlad @lukeapage implemented in master, to be released with 3.2.
@jakubpawlowicz this is a much anticipated feature, the lack of which though is not big enough an issue as to make the whole library unusable (if it were a javascript minifier, for example, it would be), but it would still be great to have it.
Any idea on when 3.2 will be released?
Also, I got a little confused by the "sourceMapInlineSources" option name (maybe it's just me), it'd be nice if the documentation mentioned that that particular config option is for the "sourcesContent" key of the source map.
Thanks!
@thealjey I plan to do it within next week. You can always use the 3.2.0-pre master if possible as the code for sourcesContent
won't change.
Re naming I just followed the way Less.js calls this switch, but I'll clarify it in the readme too.