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

Add produceSourceMap option #393

Closed
wants to merge 5 commits into from

Commits on Sep 15, 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 committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    8af1d57 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Configuration menu
    Copy the full SHA
    5f531b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Merge with source map option

    Simplify the API and add tests.
    kpdecker committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    b88af91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8c205 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    be92706 View commit details
    Browse the repository at this point in the history