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: jashkenas/coffeescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.1
Choose a base ref
...
head repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.6.0
Choose a head ref
  • 10 commits
  • 70 files changed
  • 6 contributors

Commits on Mar 10, 2020

  1. Update dependencies (#5311)

    * Install exactly @babel/[email protected], the last version known to work in Node 6 --harmony
    
    * Update other dependencies
    GeoffreyBooth authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3136bde View commit details
    Browse the repository at this point in the history
  2. Fix: comprehension as postfix conditional (#5310)

    Co-authored-by: Geoffrey Booth <[email protected]>
    helixbass and GeoffreyBooth authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    75d376f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

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

Commits on May 30, 2020

  1. Support import.meta and import.meta.* (#5319)

    Co-authored-by: Geoffrey Booth <[email protected]>
    aurium and GeoffreyBooth authored May 30, 2020
    Configuration menu
    Copy the full SHA
    2fd9ee4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

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

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    b90bc24 View commit details
    Browse the repository at this point in the history
  2. Fix documentation links to try/catch section (#5349)

    * Fix documentation links to try/catch section
    
    Consistently use `#try-catch` for the section (and `#try` for the demo)
    
    * Fix documentation source
    edemaine authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b0946c3 View commit details
    Browse the repository at this point in the history
  3. Support top-level await (#5371)

    * Support top-level await
    
    * Remove code duplication
    
    * Avoid use of trimEnd so tests pass in old Node
    
    * Proposed rewrite of tests
    
    * startsWith tests; revert eqJS
    
    * build:browser
    edemaine authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c4f1fe7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Sep 19, 2021

  1. 2.6.0 (#5374)

    GeoffreyBooth authored Sep 19, 2021
    Configuration menu
    Copy the full SHA
    f9c3316 View commit details
    Browse the repository at this point in the history
Loading