Fixed failing action engine tests, moved more engine parts to ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import NodeFactory from '/imports/parser/parseTree/NodeFactory';
|
||||
import { Context, ResolvedResult } from '/imports/parser/resolve';
|
||||
|
||||
type ConstantValueType = number | string | boolean | undefined
|
||||
export type ConstantValueType = number | string | boolean | undefined
|
||||
|
||||
export type ConstantNode = {
|
||||
parseType: 'constant';
|
||||
|
||||
Reference in New Issue
Block a user