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

feat: adds support for source-map production #439

Merged
merged 7 commits into from
Nov 10, 2016
Merged

Commits on Nov 7, 2016

  1. Add produceSourceMap option

    This allows the user to control the source map output post instrumentation.
    
    Not fully straightforward right now, but when combined with a fork of source-map-support that has inline support (or placing the files in the proper location), end to end covered source maps can be achieved.
    
    For runtime source-map-support, see evanw/node-source-map-support#118. Will be forking to @kpdecker/source-map-support soon, since the canonical project appears to be dead.
    kpdecker authored and Benjamin Coe committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    78df60f View commit details
    Browse the repository at this point in the history
  2. Merge previous source maps when generating new

    kpdecker authored and Benjamin Coe committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    7d1bc87 View commit details
    Browse the repository at this point in the history
  3. Merge with source map option

    Simplify the API and add tests.
    kpdecker authored and Benjamin Coe committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    00d48bb View commit details
    Browse the repository at this point in the history
  4. Add docs for source map output

    kpdecker authored and Benjamin Coe committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    ac3057a View commit details
    Browse the repository at this point in the history
  5. Revert back to standard source-map-support module

    kpdecker authored and Benjamin Coe committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    a2648f9 View commit details
    Browse the repository at this point in the history
  6. feat: adds support for source-map production, allowing for fetures li…

    …ke accurate stack traces. thanks @kpdecker
    Benjamin Coe committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    7093b28 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. chore: add merge-source-map to bundle

    Benjamin Coe committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    ce83cdc View commit details
    Browse the repository at this point in the history