Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evanw/node-source-map-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.9
Choose a base ref
...
head repository: evanw/node-source-map-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.10
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 16, 2017

  1. Fix Uncaught Type Error

    Fixes #167
    
    Since version 0.4.9, we require `fs` but it should fail if we are in
    a browser. However, `browser-source-map-support.js` is bundled with
    browserify which converts unsupported builtins to empty object. See
    https://github.com/substack/node-browserify/blob/8f5ebbf505/lib/builtins.js#L12
    This PR checks if required `fs` contains `readFileSync` which is part
    of `fs` API.
    ardeois committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    3facb3f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    20d89e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from ardeois/master

    Fix Uncaught Type Error
    LinusU authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    ce4cb35 View commit details
    Browse the repository at this point in the history
  3. Update compiled file

    LinusU committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    3d021b1 View commit details
    Browse the repository at this point in the history
  4. 0.4.10

    LinusU committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    7b6d793 View commit details
    Browse the repository at this point in the history
Loading