oxc/crates/oxc_syntax/src
overlookmotel 89e8d1526f
refactor: derive SerAttrs on all AST types (#2698)
Add `SerAttrs` derive to a few types that I missed out in #2669.
2024-03-13 00:14:04 +00:00
..
assumptions.rs refactor: reduce cfg_attr boilerplate with SerAttrs derive (#2669) 2024-03-11 13:38:24 +08:00
class.rs feat(semantic): add static property, ElementKind::Getter, ElementKind::Setter in ClassTable (#2445) 2024-02-20 13:07:48 +08:00
identifier.rs refactor(parser): make is_identifier methods consistent 2024-01-23 11:05:17 +08:00
keyword.rs feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
lib.rs refactor: derive SerAttrs on all AST types (#2698) 2024-03-13 00:14:04 +00:00
module_record.rs feat(linter): resolve ESM star exports (#2682) 2024-03-11 21:43:11 +08:00
node.rs refactor: "wasm" feature enable "serde" feature (#2639) 2024-03-08 10:06:49 +08:00
operator.rs refactor: reduce cfg_attr boilerplate with SerAttrs derive (#2669) 2024-03-11 13:38:24 +08:00
precedence.rs fix(codegen): add parenthesis in binary expression by precedence (#2067) 2024-01-17 23:01:42 +08:00
reference.rs refactor: "wasm" feature enable "serde" feature (#2639) 2024-03-08 10:06:49 +08:00
scope.rs refactor: "wasm" feature enable "serde" feature (#2639) 2024-03-08 10:06:49 +08:00
symbol.rs refactor: "wasm" feature enable "serde" feature (#2639) 2024-03-08 10:06:49 +08:00
xml_entities.rs feat(transformer/jsx): escape xhtml in jsx attributes (#1088) 2023-10-29 15:16:50 +08:00