swc/crates/swc_ecma_ast/src
IWANABETHATGUY 7d6d04b421
fix(es/codegen): Drop the last comma in an array literal (#5877)
**Description:**

Drop the last comma in an array literal.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/5692.
2022-09-16 15:48:28 +09:00
..
class.rs refactor(es/ast): Apply rkyv-bytecheck flag (#5866) 2022-09-15 05:20:46 +00:00
decl.rs refactor(es/ast): Apply rkyv-bytecheck flag (#5866) 2022-09-15 05:20:46 +00:00
expr.rs refactor(es/ast): Apply rkyv-bytecheck flag (#5866) 2022-09-15 05:20:46 +00:00
function.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
ident.rs refactor(es/ast): Apply rkyv-bytecheck flag (#5866) 2022-09-15 05:20:46 +00:00
jsx.rs perf(es/ast): Use Atom in some places (#5271) 2022-07-22 20:09:25 +09:00
lib.rs feat(ast): Make css/html ast serializable (#5427) 2022-08-10 03:48:35 +00:00
list.rs fix(es/codegen): Drop the last comma in an array literal (#5877) 2022-09-16 15:48:28 +09:00
lit.rs refactor(es/ast): Apply rkyv-bytecheck flag (#5866) 2022-09-15 05:20:46 +00:00
macros.rs feat(es/ast): Improve AST api for plugin authors (#3281) 2022-01-16 16:56:41 +09:00
module_decl.rs refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
module.rs perf(es/ast): Use Atom in some places (#5271) 2022-07-22 20:09:25 +09:00
operators.rs refactor(es/ast): Apply rkyv-bytecheck flag (#5866) 2022-09-15 05:20:46 +00:00
pat.rs feat(es): Improve APIs for plugin authors (#5632) 2022-08-26 09:28:14 +00:00
prop.rs feat(es/generator): Use new generator implementation (#5627) 2022-08-25 16:10:47 +00:00
source_map.rs feat(es/generator): Use new generator implementation (#5627) 2022-08-25 16:10:47 +00:00
stmt.rs feat(es/minifier): Improve handling of switches (#4260) 2022-04-21 10:00:25 +00:00
typescript.rs refactor(es/ast): Apply rkyv-bytecheck flag (#5866) 2022-09-15 05:20:46 +00:00