swc/tests/tsc-references/es7/exponentiationOperator
Donny/강동윤 26944e159d
fix(es/transforms/base): Reimplement hygiene (#2408)
swc_ecma_transforms_base:
 - Reimplement `hygiene`.
2021-10-21 05:12:50 +00:00
..
compoundExponentiationAssignmentLHSCanBeAssigned1/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
compoundExponentiationAssignmentLHSCannotBeAssigned/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
compoundExponentiationAssignmentLHSIsReference/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
emitCompoundExponentiationAssignmentWithIndexingOnLHS1/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitCompoundExponentiationAssignmentWithIndexingOnLHS2/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitCompoundExponentiationAssignmentWithIndexingOnLHS3/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitCompoundExponentiationAssignmentWithIndexingOnLHS4/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitCompoundExponentiationOperator1/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitCompoundExponentiationOperator2/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperator1/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperator2/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperator3/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperator4/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperatorInTempalteString4/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperatorInTempalteString4ES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperatorInTemplateString1/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperatorInTemplateString1ES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperatorInTemplateString2/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperatorInTemplateString2ES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperatorInTemplateString3/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
emitExponentiationOperatorInTemplateString3ES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithAnyAndNumber/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithEnum/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
exponentiationOperatorWithEnumUnion/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
exponentiationOperatorWithInvalidOperands/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
exponentiationOperatorWithInvalidSimpleUnaryExpressionOperands/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithNew/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithNullValueAndInvalidOperands/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithNullValueAndValidOperands/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
exponentiationOperatorWithOnlyNullValueOrUndefinedValue/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithTemplateStringInvalid/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithTemplateStringInvalidES6/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithTypeParameter/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithUndefinedValueAndInvalidOperands/input.ts test(es): Freeze as es2015 to verify base transforms (#2468) 2021-10-19 05:31:12 +00:00
exponentiationOperatorWithUndefinedValueAndValidOperands/input.ts fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00