-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Add JsonLogic Export for SwitchCase #1013
Add JsonLogic Export for SwitchCase #1013
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e52d5cb
to
f7180ff
Compare
f7180ff
to
c2b188c
Compare
Adding a simple approach for JsonLogic export for switch case. This should allow future adaption of also imports etc. Signed-off-by: Simon Schrottner <[email protected]>
c2b188c
to
745ac21
Compare
Thank you for the interest in this feature! |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e4dab51:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1013 +/- ##
==========================================
- Coverage 81.97% 81.90% -0.08%
==========================================
Files 211 211
Lines 10577 10637 +60
Branches 1318 1318
==========================================
+ Hits 8671 8712 +41
- Misses 1293 1312 +19
Partials 613 613 ☔ View full report in Codecov by Sentry. |
Adding a simple approach for JsonLogic export for switch case. This should allow future adaption of also imports etc.
Ps: sorry my linter went havoc, i will remove the unnecessary formatting changes at a later stage