- Notifications
You must be signed in to change notification settings - Fork 366
Closed
Description
It should be easy to create source maps composed from other source maps.
For example, if we start out with a coffeescript file and compile it to readable js we get source map A. Then if we minify that js file, we get source map B. We should be able to take those source maps and compose them in to a single source map, mapping our coffee script file to the minified file.
Metadata
Metadata
Assignees
Labels
No labels