TypeScript/tests/cases/conformance
2015-10-06 16:44:48 -07:00
..
ambient Add conformance test for ambient enum declaration 2015-04-15 23:25:32 -07:00
async/es6 Fixes some checker errors regarding async functions. Fixes #5115. 2015-10-06 16:44:48 -07:00
classes Automatic semicolon insertion for class modifiers 2015-10-02 14:30:31 -07:00
constEnums Add conformance tests for const enum 2015-04-15 18:12:39 -07:00
declarationEmit Conformance coverage for spec change #589 2014-09-05 18:44:49 -07:00
decorators Fixes an issue when resolving a type name as an expression when emitting type metadata for decorators 2015-07-16 15:13:31 -07:00
enums Conformance coverage for spec change #589 2014-09-05 18:44:49 -07:00
es6 Fix emit for ES6 export default class with static initializers. Fixes #5136. 2015-10-06 12:02:55 -07:00
expressions Correctly emit 'as' operator left operand as expression 2015-09-28 17:24:59 -07:00
externalModules Update node resolution tests 2015-09-15 11:43:28 -07:00
functions Merge pull request #1056 from Microsoft/unionTypeConformance 2014-12-02 08:02:34 -08:00
interfaces Added tests for interfaces and tagged templates. 2015-06-04 14:20:14 -07:00
internalModules Added more tests. 2015-06-02 17:11:08 -07:00
jsx Handle indirect imports of JSX elements from external modules 2015-09-30 15:20:56 -07:00
parser Added a regex test 2015-07-24 15:28:48 -07:00
scanner Update baselines 2014-08-27 16:58:31 -07:00
statements Address PR feedback 2015-03-12 14:56:58 -07:00
Symbols Check that Symbol properties are proper, and support downlevel type checking 2015-02-06 21:32:51 -08:00
types Adding contextual typing test 2015-09-29 15:26:27 -07:00