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: babel/babel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 595f65f
Choose a base ref
...
head repository: babel/babel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c831a24
Choose a head ref
  • 17 commits
  • 65 files changed
  • 7 contributors

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    1e7ab24 View commit details
    Browse the repository at this point in the history
  2. update: preset-env-fixtures (#11218)

    Co-authored-by: Kai Cataldo <[email protected]>
    JLHwung and Kai Cataldo authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    1011e58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cafd8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e297e40 View commit details
    Browse the repository at this point in the history
  5. fix: non-directive "use strict" should not enable parsing in strict m…

    …ode (#11188)
    
    * fix: non-directive "use strict" should not enable parsing in strict mode
    
    * Remove dead code
    
    * Add stricter type annotations
    
    * set oldStrict explicitly to null
    
    * Fix error
    
    * label callback argument
    
    * update comment
    
    * Address feedback
    
    * Remove this.state.octalPosition
    
    * Add additional tests
    
    * Revert "Remove this.state.octalPosition"
    
    This reverts commit bcc78c9.
    
    * Remove containsOctal
    
    * Report multiple octal literals in single token
    
    * Fix comments
    
    * remove Array.prototype.flat()
    Kai Cataldo authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2057d2b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Update @babel deps (#11225)

    * Update @babel deps
    
    * fixture
    existentialism authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    eb65195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb9d28c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee1433 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cc833d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a82e739 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0616f06 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    f9d4b79 View commit details
    Browse the repository at this point in the history
  2. Archive @babel/plugin-syntax-export-namespace-from (#11236)

    * Archive @babel/plugin-syntax-export-namespace-from
    
    Enabled by default in #10521
    
    babel/babel-archive@5ccc77e
    
    * Fix tests
    nicolo-ribaudo authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cbbf0bc View commit details
    Browse the repository at this point in the history
  3. Add support for Unicode 13 in regexps (update regexpu-core) (#11244)

    * Update regexpu-core
    
    * Add tests
    nicolo-ribaudo authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    d030793 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    dadd22e View commit details
    Browse the repository at this point in the history
  2. fix: preserve shadowed for-loop declarators (#11242)

    * fix: do not remove for-loop declarators
    
    * fix: do not remove uninitialized var declarators in for init
    JLHwung authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    565ab9a View commit details
    Browse the repository at this point in the history
  3. v7.8.8

    nicolo-ribaudo committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    c831a24 View commit details
    Browse the repository at this point in the history
Loading