Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix T2864 #3108

Merged
merged 2 commits into from Dec 3, 2015
Merged

Fix T2864 #3108

merged 2 commits into from Dec 3, 2015

Commits on Nov 24, 2015

  1. Fixes T2864

    - Drops input mappings that cannot be mapped through Babel's sourcemap
    - For example, Babel's sourcemap does not have mappings for leading comments, so any mapping from an input sourcemap for those leading comments must be dropped from the merged sourcemap
    cspotcode committed Nov 24, 2015
    Copy the full SHA
    bbec211 View commit details
    Browse the repository at this point in the history
  2. Fixes the wrong source path being passed to SourceMapConsumer#generat…

    …edPositionFor
    
    `generatedPositionFor` accepts a position in one of the sourcemap's *input* source files. Therefore the `source` path
    should be one of the sourcemap's input `sources`, not the output `file`.
    cspotcode committed Nov 24, 2015
    Copy the full SHA
    9c27f1e View commit details
    Browse the repository at this point in the history