swc/crates/swc_ecma_transforms_proposal
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
..
src feat(es/compat): Implement decorator metadata proposal (#8097) 2023-10-16 20:38:53 +00:00
tests feat(es/compat): Implement decorator metadata proposal (#8097) 2023-10-16 20:38:53 +00:00
Cargo.toml chore: Publish crates 2023-10-15 10:27:05 +00:00