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/TypeScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Raynos/TypeScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 11 files changed
  • 1 contributor

Commits on May 3, 2015

  1. Add jake as a local dependency

    This adds `jake` as a local dependency. We also use npm
    to rewrite the entire package to NPM style.
    Raynos committed May 3, 2015
    Configuration menu
    Copy the full SHA
    9d3520d View commit details
    Browse the repository at this point in the history
  2. allow .js to be compiled

    Raynos committed May 3, 2015
    Configuration menu
    Copy the full SHA
    35ee931 View commit details
    Browse the repository at this point in the history
  3. Re-compile the bin folder.

    In this commit we also rewrite all windows style line endings
    to linux style line endings. Because fuck it.
    Raynos committed May 3, 2015
    Configuration menu
    Copy the full SHA
    ee494fc View commit details
    Browse the repository at this point in the history
  4. rename to raynos-typescript

    Raynos committed May 3, 2015
    Configuration menu
    Copy the full SHA
    ace0019 View commit details
    Browse the repository at this point in the history
  5. 1.5.0-raynos1

    Raynos committed May 3, 2015
    Configuration menu
    Copy the full SHA
    6d0c540 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d31ad91 View commit details
    Browse the repository at this point in the history
  7. fix the lack of dependencies

    Raynos committed May 3, 2015
    Configuration menu
    Copy the full SHA
    29cf916 View commit details
    Browse the repository at this point in the history
  8. remove shebangs

    Raynos committed May 3, 2015
    Configuration menu
    Copy the full SHA
    7dc2cb0 View commit details
    Browse the repository at this point in the history
  9. Work around duplicate global identifiers

    In node var statements are file local; not global. Typescript
    does not understand this at all.
    
    To work around this I wrap all files in anonymous closures like
    nodes module system does. This makes typescript not throw up.
    Raynos committed May 3, 2015
    Configuration menu
    Copy the full SHA
    739158d View commit details
    Browse the repository at this point in the history
Loading