Skip to content

Commit

Permalink
fix(es/decorators): Fix TypeScript syntax assertion (#9336)
Browse files Browse the repository at this point in the history
**Related issue:**

 - Closes #9335
  • Loading branch information
kdy1 committed Jul 26, 2024
1 parent d05f6cf commit acb3952
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lovely-ducks-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
swc_ecma_utils: patch
---

fix(es/decorators): Fix TypeScript syntax assertion
2 changes: 1 addition & 1 deletion crates/swc_ecma_utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@ pub struct IdentReplacer<'a> {
}

impl VisitMut for IdentReplacer<'_> {
noop_visit_mut_type!(fail);
noop_visit_mut_type!();

visit_mut_obj_and_computed!();

Expand Down

0 comments on commit acb3952

Please sign in to comment.