swc/crates/swc_ecma_parser
David Sherret 572bcaefc1 fix(es/ast): Add definite and is_override to AutoAccessor (#8436)
**Description:**

Adds a `definite` and `is_override` property to `AutoAccessor` as they were missing.
It also fixes codegen for `AutoAccessor` when emitting TypeScript (which is the main reason I need this PR).

**BREAKING CHANGE:**

Adds a `definite` and `is_override` property.

**Related issue:**

 - Closes #8344
2024-01-21 12:05:46 +09:00
..
benches refactor(swc_node_base): Rename to swc_malloc (#8272) 2023-11-11 19:10:56 +00:00
examples refactor(swc_node_base): Rename to swc_malloc (#8272) 2023-11-11 19:10:56 +00:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src fix(es/ast): Add definite and is_override to AutoAccessor (#8436) 2024-01-21 12:05:46 +09:00
tests fix(es/ast): Add definite and is_override to AutoAccessor (#8436) 2024-01-21 12:05:46 +09:00
.gitignore test(es): Update tsc test suite (#7323) 2023-04-24 14:59:19 +00:00
Cargo.toml chore: Bump crates 2024-01-21 02:34:11 +00:00
colors.js chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00