Comparing microsoft:main...thomas-r7:master · microsoft/TypeScript · GitHub
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: thomas-r7/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.
  • 12 commits
  • 13 files changed
  • 1 contributor

Commits on Nov 26, 2015

  1. Alternate method of declaring properties with getters/setters that do…

    …n't use a string passed to defineProperty. Should play nicely with the Google Closure Compiler.
    Thomas Smith committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    a0a5897 View commit details
    Browse the repository at this point in the history
  2. Updated compiler library files and fixed missing Object.definePropert…

    …y (oops)
    Thomas Smith committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    f958e07 View commit details
    Browse the repository at this point in the history
  3. Fixed rogue emitDefineProps assignment causing the define properties …

    …helper to "jump" to a referenced file instead of the target one sometimes.
    Thomas Smith committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    ca125f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

  1. Fixed __defineProps only being emitted in 1 file ever.

    Thomas Smith committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    ee13210 View commit details
    Browse the repository at this point in the history
  2. Fixed incorrect usage of Object.defineProperty

    Thomas Smith committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    7deabea View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Changed enum emit patterns to be closure-compiler safe

    Thomas Smith committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    b188f8c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Trying to make npm behave

    Thomas Smith committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    afbec83 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. Merge remote-tracking branch 'Upstream/master'

    Conflicts:
    	src/compiler/checker.ts
    Thomas Smith committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    5a76812 View commit details
    Browse the repository at this point in the history
  2. Replaced __defineProperties with Object.defineProperties, and made de…

    …coration of class members closure safe
    Thomas Smith committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    4abe1cb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Compiler update

    Thomas Smith committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    4b687d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Version update

    Thomas Smith committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    5bf38c6 View commit details
    Browse the repository at this point in the history
  2. Revert "Version update"

    This reverts commit 5bf38c6.
    Thomas Smith committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    a3815b1 View commit details
    Browse the repository at this point in the history
Loading