swc/crates/swc_ecma_transforms_proposal/src
Alessandro Chitolina 9c029ef095
feat(es/compat): Implement decorator metadata proposal (#8097)
**Description:**

This PR implements the [decorator
metadata](https://github.com/tc39/proposal-decorator-metadata) proposal,
that is now at Stage 3.

As the decorator metadata proposal is a small extension of the decorator
proposal and is not possible to compile the metadata without transpiling
decorators, I opted to implement it into the existing decorator
transformer (and helper)

**Related issue:**

 - Closes #7957
2023-10-16 20:38:53 +00:00
..
decorators fix(es/decorators): Fix a regression about class expressions (#8102) 2023-10-11 16:45:21 +00:00
decorator_2022_03.rs feat(es/compat): Implement decorator metadata proposal (#8097) 2023-10-16 20:38:53 +00:00
explicit_resource_management.rs fix(es/compat): Fix scoping of explicit-resource-management (#8044) 2023-10-02 06:16:08 +00:00
export_default_from.rs feat(es/ast): Support import attributes proposal (#7868) 2023-08-28 00:29:45 +00:00
import_assertions.rs feat(es/codegen): Add an option to print assert for import attributes (#7914) 2023-09-05 21:24:25 +09:00
lib.rs feat(es/compat): Implement transform for explicit resource management (#7376) 2023-06-29 14:13:43 +00:00