TypeScript/src/compiler
2015-05-04 16:00:53 -07:00
..
binder.ts Blocks with locals should be added to the container chain so we can detect name collisions in them. 2015-04-21 17:03:15 -07:00
checker.ts Assignability checking for yield and yield* expressions 2015-05-04 16:00:53 -07:00
commandLineParser.ts Update description message and variable names 2015-05-04 13:21:39 -07:00
core.ts Use 'lastOrUndefined' where appropriate in the compiler. 2015-05-01 18:34:26 -07:00
declarationEmitter.ts Rename HeritageClauseElement to ExpressionWithTypeArguments + related methods. 2015-04-29 14:49:03 -07:00
diagnosticInformationMap.generated.ts Disallow return expressions in a generator 2015-05-04 16:00:50 -07:00
diagnosticMessages.json Disallow return expressions in a generator 2015-05-04 16:00:50 -07:00
emitter.js Use 'lastOrUndefined' where appropriate in the compiler. 2015-05-01 18:34:26 -07:00
emitter.ts Merge pull request #2996 from Microsoft/lastOrUndefinedReplacement 2015-05-03 22:28:51 -07:00
parser.ts Use 'lastOrUndefined' where appropriate in the compiler. 2015-05-01 18:34:26 -07:00
program.ts Update description message and variable names 2015-05-04 13:21:39 -07:00
scanner.ts Fix #3012: expose scanner 2015-05-04 09:51:29 -07:00
sys.ts Fix formatting and parameter names 2015-04-09 14:18:32 -07:00
tsc.ts Minor clean up to make it more readable. 2015-04-22 18:00:09 -07:00
tsconfig.json Adding src/compiler/tsconfig.json and src/services/tsconfig.json 2015-01-20 16:28:57 -08:00
types.ts Make expression optional in YieldExpression 2015-05-04 16:00:07 -07:00
utilities.ts Use 'lastOrUndefined' where appropriate in the compiler. 2015-05-01 18:34:26 -07:00