swc/tests/tsc-references/es6
Donny/강동윤 06ca25f3d0
fix(es/minifier): Check for conditional usages while inlining (#2459)
swc_ecma_minifier:
 - `hoist_props`: Check for `used_in_cond` before inlining.
2021-10-18 07:34:17 +00:00
..
arrowFunction test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
binaryAndOctalIntegerLiteral test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
classDeclaration test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
classExpressions test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
computedProperties test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
defaultParameters test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
destructuring test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
for-ofStatements fix(es/minifier): Check for conditional usages while inlining (#2459) 2021-10-18 07:34:17 +00:00
functionDeclarations test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
functionExpressions test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
functionPropertyAssignments test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
memberFunctionDeclarations test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
moduleExportsAmd test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
moduleExportsCommonjs test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
moduleExportsSystem test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
moduleExportsUmd test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
modules test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
newTarget test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
propertyAccess/propertyAccessNumericLiterals.es6/input.ts test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
restParameters test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
shorthandPropertyAssignment test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
spread test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
Symbols test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
templates test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
unicodeExtendedEscapes test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
variableDeclarations test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00
yieldExpressions test(es): Use typescript test suite as a golden testing (#2456) 2021-10-18 04:07:23 +00:00