We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27880cd + bf29135 commit 04cf1a1Copy full SHA for 04cf1a1
src/utils.ts
@@ -29,7 +29,8 @@ export function isLogicRule(x: any): x is ILogicRule {
29
(x.constructor.name === 'RuleOr' ||
30
x.constructor.name === 'RuleAnd' ||
31
x.constructor.name === 'RuleChain' ||
32
- x.constructor.name === 'RuleNoe' ||
+ x.constructor.name === 'RuleRace' ||
33
+ x.constructor.name === 'RuleNot' ||
34
x.constructor.name === 'RuleTrue' ||
35
x.constructor.name === 'RuleFalse'))
36
)
0 commit comments