Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expression with negative value failed to compile #12

Open
Raccoonwao opened this issue Oct 20, 2020 · 1 comment
Open

Expression with negative value failed to compile #12

Raccoonwao opened this issue Oct 20, 2020 · 1 comment

Comments

@Raccoonwao
Copy link

spel2js failed to compile expression with negative value
version: 0.2.6

test('test', () => {
    let c = spel2js.SpelExpressionEvaluator.compile('1.0 > -5000.0')  // fail to compile
    console.log(c);
})

// test failed
// Cannot read property 'setParent' of undefined
@ukrbublik
Copy link
Contributor

Should be fixed in 0.2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants