-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(compiler): update structure in get template method #62
feat(compiler): update structure in get template method #62
Conversation
* feat: support svg elements * chore: fix lint and add notes
Codecov Report
@@ Coverage Diff @@
## refactor/runtime-structure #62 +/- ##
=============================================================
Coverage ? 85.21%
=============================================================
Files ? 41
Lines ? 805
Branches ? 186
=============================================================
Hits ? 686
Misses ? 119
Partials ? 0 Continue to review full report at Codecov.
|
* refactor: runtime structure * chore: lint * feat: support element template diff * chore: lint * feat(compiler): update structure in get template method (#62) * feat: support svg elements (#60) * feat: support svg elements * chore: fix lint and add notes * feat(compiler): update structure in get template method * fix(compiler): lint error * feat(compiler): use handler to distinguish events and on props * chore(compiler): add EventAttributeDescriptor interface Co-authored-by: Rongyan Chen <[email protected]> Co-authored-by: 狒狒神 <[email protected]> * feat: html method support new structure * feat: html method support new structure * fix(compiler): inject wrong value in runtime compiler * refactor: reactive node * chore: test case * fix(compiler): replace values with templateData in template result * chore: test case * chore: add test case * refactor: base render * chore: revert code * chore: test case * chore: lint * chore: ts type * chore: test case * chore: add comment * chore: remove useless comment * chore: add test case * chore: optimize code * chore: optimize code * chore: link * chore: optimize code Co-authored-by: NK <[email protected]> Co-authored-by: Rongyan Chen <[email protected]> Co-authored-by: 逆葵 <[email protected]>
get template
method