Skip to content

Commit

Permalink
perf(visit): Add linear AST traversal (#9452)
Browse files Browse the repository at this point in the history
**Description:**

Babel decorator pass uses `fastTraverse`, and I think we can have one.

**Related issue:**

 - Closes #9451
  • Loading branch information
kdy1 committed Aug 20, 2024
1 parent 6187fcb commit 911d4ea
Show file tree
Hide file tree
Showing 6 changed files with 6,926 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .changeset/olive-pianos-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
swc_css_visit: patch
swc_ecma_visit: patch
swc_html_visit: patch
swc_xml_visit: patch
swc_core: patch
---

perf(visit): Add linear AST traversal
Loading

0 comments on commit 911d4ea

Please sign in to comment.