-
Notifications
You must be signed in to change notification settings - Fork 47
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
Enhancement/Parser Rewrite for plugins #80
Conversation
…cement/parserRewrite
Codecov ReportBase: 77.32% // Head: 77.01% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
==========================================
- Coverage 77.32% 77.01% -0.31%
==========================================
Files 130 129 -1
Lines 4427 4499 +72
Branches 1093 1114 +21
==========================================
+ Hits 3423 3465 +42
- Misses 727 754 +27
- Partials 277 280 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
In general I think this should be fine, it does look like there are some cases not covered by tests. Can we get a few more tests just to cover those? |
added some more unit tests! |
applitools diff looks to be a view presentation timing diff, i added a delay in iOS before calling applitools, i can do it for android as well |
currentValue: any, | ||
objToParse: unknown, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between currentValue
and objToParse
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are cases when the current value is just a value with nothing to parse, so it doesnt contain a children element on the return
looks like the codecov patch is hitting the compiler.ts file again which can be ignored haha |
Changed the parsers to be built around the plugins. The plugins should determine what the nodetypes are for template, applicability and switches. Based on that nodetype, they should parse their own respective nodes.
Version
Published prerelease version:
0.3.0-next.0
Changelog
🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Authors: 7