Skip to content

Composing source maps #40

@fitzgen

Description

@fitzgen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions