swc/crates/swc_ecma_codegen/tests/fixture/next/ssg/getStaticProps
2022-01-03 05:54:58 +09:00
..
destructuring-assignment-array refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
destructuring-assignment-object refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-not-crash-for-class-declarations refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-not-mix-up-bindings refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-not-remove-extra-named-export-function-declarations feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171) 2022-01-03 05:54:58 +09:00
should-not-remove-extra-named-export-variable-declarations refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-combined-named-export-specifiers refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-extra-named-export-speicifers refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-named-export-function-declarations refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-named-export-function-declarations-async refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-named-export-variable-declarations refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-named-export-variable-declarations-async refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-re-exported-function-declarations refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-re-exported-function-declarations-dependents-variables-functions-imports feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171) 2022-01-03 05:54:58 +09:00
should-remove-re-exported-variable-declarations refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-re-exported-variable-declarations-safe refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-remove-separate-named-export-specifiers refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-support-babel-style-memoized-function refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-support-class-exports refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-support-class-exports-2 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-support-export-named-as-default-with-a-class refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-support-export-named-as-default-with-other-specifiers refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-support-full-re-export refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
should-support-named-export-as-default refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00