Skip to content

Commits on Jul 27, 2015

  1. Moved LKG folder to lib

    vladima committed Jul 27, 2015
  2. tsserver: set +x

    vladima committed Jul 27, 2015

Commits on Jul 15, 2015

  1. Update LKG

    JsonFreeman committed Jul 15, 2015
  2. Update LKG

    mhegazy committed Jul 15, 2015

Commits on Jul 13, 2015

  1. Update LKG

    mhegazy committed Jul 13, 2015

Commits on Jun 24, 2015

  1. Update LKG

    mhegazy committed Jun 24, 2015

Commits on Jun 23, 2015

  1. Update LKG

    mhegazy committed Jun 23, 2015

Commits on Jun 22, 2015

  1. Update LKG.

    DanielRosenwasser committed Jun 22, 2015

Commits on Jun 19, 2015

  1. update LKG

    vladima committed Jun 19, 2015

Commits on Jun 18, 2015

  1. Merge branch 'release-1.5'

    Conflicts:
    	src/compiler/emitter.ts
    	src/compiler/parser.ts
    	src/compiler/program.ts
    	src/services/services.ts
    	tests/cases/unittests/transpile.ts
    JsonFreeman committed Jun 18, 2015

Commits on Jun 8, 2015

  1. Merge commits from master

    tinganho committed Jun 8, 2015
  2. Addresses CR feedback

    tinganho committed Jun 8, 2015

Commits on Jun 3, 2015

  1. Update LKG.

    CyrusNajmabadi committed Jun 3, 2015

Commits on Jun 2, 2015

  1. Update LKG

    mhegazy committed Jun 2, 2015
  2. Update LKG

    rbuckton committed Jun 2, 2015

Commits on Jun 1, 2015

  1. Updated LKG

    rbuckton committed Jun 1, 2015

Commits on May 20, 2015

  1. update LKG

    Paul van Brenk committed May 20, 2015
  2. Updated LKG

    rbuckton committed May 20, 2015

Commits on May 15, 2015

  1. Update LKG

    CyrusNajmabadi committed May 15, 2015

Commits on May 7, 2015

  1. Update LKG

    mhegazy committed May 7, 2015
  2. Updated LKG

    rbuckton committed May 7, 2015

Commits on May 6, 2015

  1. Update LKG

    mhegazy committed May 6, 2015

Commits on May 5, 2015

  1. Update LKG

    mhegazy committed May 5, 2015

Commits on May 2, 2015

  1. Updated LKG

    rbuckton committed May 2, 2015

Commits on May 1, 2015

  1. Merge branch 'feature/noEmitExtends' of https://github.com/whitneyit/…

    …TypeScript into whitneyit-feature/noEmitExtends
    mhegazy committed May 1, 2015
  2. Update LKG

    mhegazy committed May 1, 2015

Commits on Apr 30, 2015

  1. Update LKG

    mhegazy committed Apr 30, 2015
  2. Add support for --noEmitHelpers flag

    This PR is a Work In Progress that addresses multiple `__extends`
    being output as described in #1350: Multiple `__extends` being output
    when `--module amd` is set.
    
    The issue still exists as of `v1.5.0 - f53e6a8`.
    
    Apparently a fix was created for this in #1356 but according to #2009, a
    [comment](#2009 (comment))
    later indicated that this was never merged in.
    
    Further conversation continued in #2487 but did not yield any result. I
    refer to my earlier recommendation in #1350.
    
    > My question is this, would the TypeScript team be open to a flag that
    > can be passed to tsc that will generate something like the following
    > ```ts
    > define(["require", "exports", "__extends", './mammal'], function (require, exports, __extends, Mammal) {
    >     var Human = (function (_super) {
    >         __extends(Human, _super);
    >         function Human() {
    >             _super.apply(this, arguments);
    >         }
    >         return Human;
    >     })(Mammal);
    >     return Human;
    > });
    > ```
    
    To continue with the naming convention I have chosen the flag
    `--noEmitHelpers`.
    whitneyit committed Apr 30, 2015

Commits on Apr 23, 2015

  1. Updated LKG

    rbuckton committed Apr 23, 2015
Older