Skip to content

Commit

Permalink
feat(config): add watch(), del(), splice() to plugin config (#110)
Browse files Browse the repository at this point in the history
* build(eslint): remove toolkit config

* test(config): split config tests into files

* test(config): add tests for plugin config extends IModel

* feat(config): add watch(), del(), splice() to plugin config

* feat(config): add watch(), del(), splice() to builtin config
  • Loading branch information
xuchaoying committed Oct 9, 2019
1 parent 12a389f commit 82e171f
Show file tree
Hide file tree
Showing 11 changed files with 2,276 additions and 2,357 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
packages/**/assets/**/*.js
packages/**/dist/**/*.js
packages/svrx-toolkit/**/*.js
/**/fixture
Loading

0 comments on commit 82e171f

Please sign in to comment.