chore: use typescript to refactor test and fix some bugs(#42)

* style: formate code

* chore: disable no-non-null-assertion

* chore: test vHtml and vText

* chore: set optimize as true in test

* style: fix eslint warning

* chore: v-model test

* fix: v-model has not type should use vModelText

* chore: use typescript to refactor test

* fix: slots test

* feat: support isCustomElement
This commit is contained in:
Amour1688
2020-07-25 22:39:19 +08:00
committed by GitHub
parent 84b006bdd3
commit ebbd992ba0
18 changed files with 722 additions and 491 deletions

View File

@ -4,7 +4,7 @@
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"allowJs": false,
"allowJs": true,
"strict": true,
"noUnusedLocals": true,
"experimentalDecorators": true,