swc/crates/swc_ecma_codegen/tests/fixture/next/ssg/getStaticProps
David Sherret 064bcf4854
fix(es/codegen): Remove extra spaces in AssignPatProp and KeyValuePatProp (#7488)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
2023-06-07 05:08:35 +00:00
..
destructuring-assignment-array fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
destructuring-assignment-object fix(es/codegen): Remove extra spaces in AssignPatProp and KeyValuePatProp (#7488) 2023-06-07 05:08:35 +00:00
should-not-crash-for-class-declarations fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00: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 fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-not-remove-extra-named-export-variable-declarations fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-combined-named-export-specifiers fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-extra-named-export-speicifers fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-named-export-function-declarations fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-named-export-function-declarations-async fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-named-export-variable-declarations fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-named-export-variable-declarations-async fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-re-exported-function-declarations fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-re-exported-function-declarations-dependents-variables-functions-imports fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-re-exported-variable-declarations fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-re-exported-variable-declarations-safe fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-remove-separate-named-export-specifiers fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-support-babel-style-memoized-function fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-support-class-exports fix(es/codegen): Remove redundant ; after export default decl (#5851) 2022-09-14 06:07:15 +00:00
should-support-class-exports-2 fix(es/codegen): Emit trailing semicolon (#5659) 2022-08-29 10:10:55 +00:00
should-support-export-named-as-default-with-a-class fix(es/codegen): Emit trailing semicolon (#5659) 2022-08-29 10:10:55 +00:00
should-support-export-named-as-default-with-other-specifiers fix(es/codegen): Emit trailing semicolon (#5659) 2022-08-29 10:10:55 +00:00
should-support-full-re-export fix(es/codegen): Emit trailing semicolon (#5659) 2022-08-29 10:10:55 +00:00
should-support-named-export-as-default fix(es/codegen): Emit trailing semicolon (#5659) 2022-08-29 10:10:55 +00:00