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: microsoft/tslib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.2
Choose a base ref
...
head repository: microsoft/tslib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.3
Choose a head ref
  • 16 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 18, 2019

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

Commits on Oct 6, 2020

  1. Merge branch 'master' into patch-1

    Orta Therox authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    60824d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from stevemoser/patch-1

    Remove --save option as it isn't required anymore
    Orta Therox authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4d0058c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Add webpack condition, so webpack loads es6 module version

    Even when handling the `exports` table, as done in `webpack` 5. `webpack` 5, at least at present, doesn't handle esm/cjs interop the same way as `node`, so we can;t use the same source as in `node`.
    weswigham authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    5b81244 View commit details
    Browse the repository at this point in the history
  2. Adds tetsts for webpack 5

    orta committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    ea85d51 View commit details
    Browse the repository at this point in the history
  3. Add webpack condition, so webpack loads es6 module version

    Even when handling the `exports` table, as done in `webpack` 5. `webpack` 5, at least at present, doesn't handle esm/cjs interop the same way as `node`, so we can;t use the same source as in `node`.
    weswigham authored and orta committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    3926215 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d89ca6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3830f5b View commit details
    Browse the repository at this point in the history
  6. Try #150

    orta committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    c2b1746 View commit details
    Browse the repository at this point in the history
  7. Reverts the #150 change

    orta committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    9da1f4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee82cf4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4b7884 View commit details
    Browse the repository at this point in the history
  10. Merge #129 into this PR

    weswigham authored and orta committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    ae54860 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #129 from microsoft/weswigham-patch-1

    Add `module` condition, so webpack loads es6 module version
    Orta Therox authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    b9ec816 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #131 from microsoft/webpack_5

    Adds tests for webpack 5
    Orta Therox authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    fc41556 View commit details
    Browse the repository at this point in the history
  13. Prepare for release

    orta committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    76bedfd View commit details
    Browse the repository at this point in the history
Loading