-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Test: new when-clauses parser #177738
Comments
Works very nicely! I've cleaned up some of the |
@eleanorjboyd: Alex proposed that she rather cleans up when-clauses in the extension she maintains and verifies the contributions still work with the new parser & the linter reports good errors in package.json -- if you prefer, you can do the same rather than using the sample-extension that I provide. |
@ulugbekna, thanks for the sample extension! I used it and it went great! |
@eleanorjboyd thanks for verifying and sorry for the wrong instruction! |
Refs: #91473
Complexity: 3
Create Issue
Summary
We rewrote the parser for when-clauses (docs, new parser changes) with various new features - most important of which are
(a || b) && c
or!(a || b)
package.json
Testing
yarn
inside the cloned repoF5
should launch such an instancetest 1
test 2
notsee "Hello world - present 3"test 3
The text was updated successfully, but these errors were encountered: