Skip to content

Commit

Permalink
feat: array and index modules to AST
Browse files Browse the repository at this point in the history
  • Loading branch information
yazaldefilimone committed Feb 25, 2024
1 parent 396c20e commit 58a799d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ast/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ export * from "./block";
export * from "./function";
export * from "./call";
export * from "./string";
export * from "./array";
export * from "./index";

0 comments on commit 58a799d

Please sign in to comment.