Skip to content

Commit

Permalink
parse validation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Jun 17, 2024
1 parent fa5791b commit ff74331
Show file tree
Hide file tree
Showing 9 changed files with 38,910 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports.EnumToken = void 0;
EnumToken[EnumToken["Time"] = 25] = "Time";
EnumToken[EnumToken["Iden"] = 7] = "Iden";
EnumToken[EnumToken["EOF"] = 47] = "EOF";
EnumToken[EnumToken["Hash"] = 28] = "Hash";
EnumToken[EnumToken["HashMark"] = 28] = "Hash";
EnumToken[EnumToken["Flex"] = 57] = "Flex";
EnumToken[EnumToken["Angle"] = 24] = "Angle";
EnumToken[EnumToken["Color"] = 49] = "Color";
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,12 @@
"c8": "^9.1.0",
"mocha": "^10.4.0",
"playwright": "^1.42.1",
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.6.2"
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
},
"dependencies": {
"esno": "^4.7.0"
}
}
Loading

0 comments on commit ff74331

Please sign in to comment.