Skip to content

Commit

Permalink
funding
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jul 3, 2024
1 parent 9c1d6fc commit cc08cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [JairusSW]
1 change: 1 addition & 0 deletions transform/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { toString, isStdlib } from "visitor-as/dist/utils.js";
import { BaseVisitor, SimpleParser } from "visitor-as/dist/index.js";
import { Transform } from "assemblyscript/dist/transform.js";
import { CommonFlags } from "types:assemblyscript/src/common";
import { DecoratorNode } from "types:assemblyscript/src/ast";

class JSONTransform extends BaseVisitor {
public schemasList: SchemaData[] = [];
Expand Down

0 comments on commit cc08cd6

Please sign in to comment.