Skip to content

Commit

Permalink
refactor: refactor to functional style
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Global variable 'v' will only have the 'fragment' method and the 'current' object.
All other methods are functional style methods.
  • Loading branch information
Masquerade-Circus committed Feb 3, 2022
1 parent 5facca6 commit 5893703
Show file tree
Hide file tree
Showing 6 changed files with 599 additions and 132 deletions.
12 changes: 9 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"deepcode.uploadApproved": true,
"cSpell.words": ["eqeqeq", "onbeforeupdate", "oncleanup", "oncreate", "onremove"],
"prettier.trailingComma": "none"
"cSpell.words": [
"eqeqeq",
"onbeforeupdate",
"oncleanup",
"oncreate",
"onremove"
],
"prettier.trailingComma": "none",
"prettier.printWidth": 160
}
Loading

0 comments on commit 5893703

Please sign in to comment.