🌐 AI搜索 & 代理 主页
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: v7.10.3
Choose a base ref
...
head repository: babel/babel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.10.4
Choose a head ref
  • 10 commits
  • 273 files changed
  • 7 contributors

Commits on Jun 20, 2020

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

Commits on Jun 21, 2020

  1. Refine babel core types (#11544)

    Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    JLHwung and nicolo-ribaudo authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    601c824 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Add better parser error when using jsx (#11722)

    * Add "<" parser tests
    
    *  No {jsx,flow,typescript} plugin
    
    * Type parameter
    
    * Valid JS Code
    
    * Add: better parser error when using jsx
    
    Address #11499
    
    * Add: babel parser test
    
    Test parser with no plugins and when jsx is given with a js expression
    
    * Add: no flow but with typescript test
    
    * Add: type paramter test with no plugins (no flow)
    
    * Add: unclosed jsx element test
    penguingovernor authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    beca7e2 View commit details
    Browse the repository at this point in the history
  2. Add @babel/eslint-plugin-development-internal (#11376)

    * Add @babel/eslint-plugin-internal
    
    * Add dry-error-messages rule
    
    * Address feedback
    
    * Enable new rule
    
    * fix author field
    
    * Fix errors
    
    * Add readme
    
    * Add example configuration
    
    * Handle directories
    
    * run make bootstrap
    
    * More updates!
    
    * Fix errors
    
    * Update tests
    
    * Fix CI race condition
    Kai Cataldo authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    75c2300 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. support delete obj?.#x.a (#11669)

    JLHwung authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    6591114 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. skip following empty statements in toSequenceExpression (#11724)

    * fix: statementlist behavior
    
    * fixed prettier and babel-types/converter errors
    
    * added check for first node
    
    * remove node length check, only check if node is first
    
    * add reset eLU if proceeding is non-empty
    
    * fix failure for ci tests
    
    * remove .expressions since sequence expression isn't produced
    
    * changed test title
    William Law authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    cfaa70d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    1dd94e8 View commit details
    Browse the repository at this point in the history
  2. [regression] Don't validate file.comments in @babel/types (#11752)

    Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
    nicolo-ribaudo and JLHwung authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5743ad3 View commit details
    Browse the repository at this point in the history
  3. Support private properties for semi rule (#11748)

    * Support private properties for semi rule
    
    * Combine selectors
    simonkotwicz authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    379e1c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. v7.10.4

    JLHwung committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7fd40d8 View commit details
    Browse the repository at this point in the history
Loading