TypeScript/tests/cases/conformance/es6/classDeclaration
2017-10-16 10:42:22 +08:00
..
classWithSemicolonClassElementES61.ts Add support for semicolons in class bodies 2015-03-31 14:29:45 -07:00
classWithSemicolonClassElementES62.ts Add support for semicolons in class bodies 2015-03-31 14:29:45 -07:00
emitClassDeclarationOverloadInES6.ts Clean up redundant tests 2015-03-12 16:02:43 -07:00
emitClassDeclarationWithConstructorInES6.ts Clean up redundant tests 2015-03-12 16:02:43 -07:00
emitClassDeclarationWithExtensionAndTypeArgumentInES6.ts Add tests for extension, type arguments, overload 2015-03-10 19:11:07 -07:00
emitClassDeclarationWithExtensionInES6.ts Clean up redundant tests 2015-03-12 16:02:43 -07:00
emitClassDeclarationWithGetterSetterInES6.ts allow computed properties in destructuring, treat computed properties with literal expressions similar to literal named properties 2015-11-04 15:35:21 -08:00
emitClassDeclarationWithLiteralPropertyNameInES6.ts Address code review 2015-03-16 15:41:51 -07:00
emitClassDeclarationWithMethodInES6.ts allow computed properties in destructuring, treat computed properties with literal expressions similar to literal named properties 2015-11-04 15:35:21 -08:00
emitClassDeclarationWithPropertyAccessInHeritageClause1.ts Address code review of PR 14692 2017-03-29 13:57:51 -07:00
emitClassDeclarationWithPropertyAssignmentInES6.ts Emit class declaration with static property assignment 2015-03-11 16:13:08 -07:00
emitClassDeclarationWithStaticPropertyAssignmentInES6.ts Emit class declaration with static property assignment 2015-03-11 16:13:08 -07:00
emitClassDeclarationWithSuperMethodCall01.ts Added test for super method calls in ES6 classes. 2015-04-09 16:06:26 -07:00
emitClassDeclarationWithThisKeywordInES6.ts Address code review 2015-03-16 15:41:51 -07:00
emitClassDeclarationWithTypeArgumentAndOverloadInES6.ts Address code review 2015-03-16 15:41:51 -07:00
emitClassDeclarationWithTypeArgumentInES6.ts Add tests for extension, type arguments, overload 2015-03-10 19:11:07 -07:00
exportDefaultClassWithStaticPropertyAssignmentsInES6.ts Fix emit for ES6 export default class with static initializers. Fixes #5136. 2015-10-06 12:02:55 -07:00
parseClassDeclarationInStrictModeByDefaultInES6.ts Parse classDeclaration in strict mode code for ES6 2015-03-12 15:19:45 -07:00
superCallBeforeThisAccessing1.ts Port PR#6860 lexically check calling super before this 2016-02-11 14:05:20 -08:00
superCallBeforeThisAccessing2.ts Port PR#6860 lexically check calling super before this 2016-02-11 14:05:20 -08:00
superCallBeforeThisAccessing3.ts Port PR#6860 lexically check calling super before this 2016-02-11 14:05:20 -08:00
superCallBeforeThisAccessing4.ts Port PR#6860 lexically check calling super before this 2016-02-11 14:05:20 -08:00
superCallBeforeThisAccessing5.ts Port PR#6860 lexically check calling super before this 2016-02-11 14:05:20 -08:00
superCallBeforeThisAccessing6.ts Port PR#6860 lexically check calling super before this 2016-02-11 14:05:20 -08:00
superCallBeforeThisAccessing7.ts Port PR#6860 lexically check calling super before this 2016-02-11 14:05:20 -08:00
superCallBeforeThisAccessing8.ts Port PR#6860 lexically check calling super before this 2016-02-11 14:05:20 -08:00
superCallFromClassThatHasNoBaseTypeButWithSameSymbolInterface.ts fix super call from class that has no basetype but with same symbol interface (#19068) 2017-10-16 10:42:22 +08:00