Skip to content

Commit 78f907f

Browse files
authored
refactor(es/codegen): Refactor macro to inverse order (#10297)
**Description:** This is the groundwork for `SpanWriter`
1 parent 6dcfa70 commit 78f907f

File tree

16 files changed

+3833
-3093
lines changed

16 files changed

+3833
-3093
lines changed

.AI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
6. When instructed to fix tests, do not remove or modify existing tests.
77
7. Write documentation for your code. The documentation should be written in English.
88
8. If you are not sure about something, ask me.
9+
9. Read the file again if you are modifying it for the second time.
10+
10. If you are adding to the end of the file repeatedly, check the file length each time you write to place the new code in the correct place.

.changeset/grumpy-shrimps-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
swc_ecma_codegen: major
3+
---
4+
5+
refactor(es/codegen): Refactor macro to inverse order

0 commit comments

Comments
 (0)