swc/tests/tsc-references/es6/classDeclaration
Donny/강동윤 26944e159d
fix(es/transforms/base): Reimplement hygiene (#2408)
swc_ecma_transforms_base:
 - Reimplement `hygiene`.
2021-10-21 05:12:50 +00:00
..
classWithSemicolonClassElementES61/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
classWithSemicolonClassElementES62/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitClassDeclarationOverloadInES6/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
emitClassDeclarationWithConstructorInES6/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
emitClassDeclarationWithExtensionAndTypeArgumentInES6/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
emitClassDeclarationWithExtensionInES6/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
emitClassDeclarationWithGetterSetterInES6/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
emitClassDeclarationWithLiteralPropertyNameInES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitClassDeclarationWithMethodInES6/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
emitClassDeclarationWithPropertyAccessInHeritageClause1/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitClassDeclarationWithPropertyAssignmentInES6/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
emitClassDeclarationWithStaticPropertyAssignmentInES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitClassDeclarationWithSuperMethodCall01/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitClassDeclarationWithThisKeywordInES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitClassDeclarationWithTypeArgumentAndOverloadInES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitClassDeclarationWithTypeArgumentInES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exportDefaultClassWithStaticPropertyAssignmentsInES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
superCallBeforeThisAccessing1/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
superCallBeforeThisAccessing2/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
superCallBeforeThisAccessing5/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
superCallBeforeThisAccessing8/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
superCallFromClassThatHasNoBaseTypeButWithSameSymbolInterface/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00