TypeScript/src/compiler
2014-10-26 14:53:26 +01:00
..
binder.ts Create a new flag for diagnostics 'isEarly' and disable emit if this flag is set. Set the flag by default on all let and const errors to ensure we are not emitting invalid JS code. 2014-10-20 17:38:50 -07:00
checker.ts Merge branch 'master' into letAndConst 2014-10-24 10:32:21 -07:00
commandLineParser.ts implemented treat warning as errors commandline option (warnaserror). 2014-10-26 14:53:26 +01:00
core.ts Create a new flag for diagnostics 'isEarly' and disable emit if this flag is set. Set the flag by default on all let and const errors to ensure we are not emitting invalid JS code. 2014-10-20 17:38:50 -07:00
diagnosticInformationMap.generated.ts implemented treat warning as errors commandline option (warnaserror). 2014-10-26 14:53:26 +01:00
diagnosticMessages.json implemented treat warning as errors commandline option (warnaserror). 2014-10-26 14:53:26 +01:00
emitter.ts Create a new flag for diagnostics 'isEarly' and disable emit if this flag is set. Set the flag by default on all let and const errors to ensure we are not emitting invalid JS code. 2014-10-20 17:38:50 -07:00
parser.ts Merge branch 'master' into letAndConst 2014-10-24 10:32:21 -07:00
scanner.ts Rename Comment->CommentRange. 2014-09-21 14:52:51 -07:00
sys.ts Actually removed reference to the diagnostics file. 2014-10-23 13:43:22 -07:00
tsc.ts implemented treat warning as errors commandline option (warnaserror). 2014-10-26 14:53:26 +01:00
types.ts implemented treat warning as errors commandline option (warnaserror). 2014-10-26 14:53:26 +01:00