TypeScript/tests/cases/unittests
Cyrus Najmabadi 38a54bc0b9 Fix incremental parsing issue.
We were moving a method-declaration called "constructor" into a class.  This is incorrect
as that same code should be parsed as a constructor-declaration now that it is in the
class context.
2015-06-18 14:16:00 -07:00
..
services Removed more 'debugger' statements from tests. 2015-06-09 16:47:43 -07:00
convertToBase64.ts Spelling. 2015-06-12 15:50:16 -07:00
incrementalParser.ts Fix incremental parsing issue. 2015-06-18 14:16:00 -07:00
jsDocParsing.ts Parsing support for jsDocComments. 2015-05-28 10:14:18 -07:00
transpile.ts Merge branch 'testPerf2' into testPerf 2015-06-12 16:39:03 -07:00
versionCache.ts Decouple ts.sys from the editorServices where possible 2015-06-15 13:37:19 -07:00