Skip to content

Commit

Permalink
Merge pull request #182 from preactjs/refresh
Browse files Browse the repository at this point in the history
Refactor how signal values are revalidated
  • Loading branch information
jviide authored Sep 19, 2022
2 parents d958a58 + 2c03efa commit ce8b370
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 175 deletions.
2 changes: 1 addition & 1 deletion mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"compress": {
"conditionals": false,
"evaluate": false,
"loops": false,
"sequences": false
}
Expand All @@ -36,6 +35,7 @@
"$_nextTarget": "x",
"$_rollbackNode": "r",
"core: Signal": "",
"$_refresh": "h",
"$_value": "v",
"$_node": "n",
"$_targets": "t",
Expand Down
Loading

0 comments on commit ce8b370

Please sign in to comment.