Split js_ast.zig into multiple files (#20651)

Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
This commit is contained in:
pfg
2025-06-25 21:04:38 -07:00
committed by GitHub
parent b87cf4f247
commit 46cd5b10a1
24 changed files with 9196 additions and 8536 deletions

View File

@@ -46,6 +46,8 @@ jobs:
run: |
bun scripts/zig-remove-unreferenced-top-level-decls.ts src/
zig fmt src
bun scripts/sortImports src
zig fmt src
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
with: