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: main
Choose a base ref
...
head repository: decaffeinate/coffeescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: decaffeinate-fork-1.12.7
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 27 files changed
  • 4 contributors

Commits on Feb 11, 2018

  1. chore: update README, package.json, and travis config

    This is a squash of a few commits from the decaffeinate-fork-1.10.0 branch.
    alangpierce committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    a5e81f7 View commit details
    Browse the repository at this point in the history
  2. chore: Add TypeScript definitions

    This is a squash of a number of commits from the decaffeinate-fork-1.10.0
    branch.
    eventualbuddha authored and alangpierce committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    fe316aa View commit details
    Browse the repository at this point in the history
  3. fix: don't overwrite Error.prepareStackTrace (#26)

    This was useful to make CoffeeScript stack traces work right, but breaks the
    `source-map-support` package used by babel and typescript in any projects that
    import CoffeeScript (pretty much all decaffeinate projects). This should make it
    so stack traces give correct line numbers when running tests in any of those
    projects.
    alangpierce committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    a16789f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c4a65c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6856bed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5390c0d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    d47ee6c View commit details
    Browse the repository at this point in the history
  2. v1.12.7-patch.2

    alangpierce committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f8a32f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. chore(types): update import/export types (#37)

    The main change here is that `ImportDeclaration#clause` can be `null`, as in `import './mod'`.
    eventualbuddha authored and alangpierce committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    dad8c0a View commit details
    Browse the repository at this point in the history
  2. v1.12.7-patch.3

    alangpierce committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0c368a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. fix(package): support named ESM imports

    Allows e.g. `import { nodes } from 'decaffeinate-parser`` in NodeJS.
    eventualbuddha committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    823ac10 View commit details
    Browse the repository at this point in the history
  2. v1.12.7-patch.5

    eventualbuddha committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    b60d272 View commit details
    Browse the repository at this point in the history
Loading