Skip to content

Commit

Permalink
feat: expose node types and constants
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Feb 11, 2024
1 parent 71ac02e commit 1d21451
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,13 @@ export {
RefExpr,
NameExpr,
NumberExpr,
FieldDefinition,
TypeExpr,
SimpleExpr,
Reference,
FieldBuiltinType,
CompareOperator,
BuiltinOneArgOperators,
BuiltinZeroArgsOperators,
MathOperator,
} from './ast/nodes'

0 comments on commit 1d21451

Please sign in to comment.