Skip to content

Commit

Permalink
Improving the implementation of signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Sep 8, 2022
1 parent d0e5c2d commit 6b0b8af
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 308 deletions.
15 changes: 14 additions & 1 deletion mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,20 @@
"$_canActivate": "_c",
"$_readonly": "_r",
"$_requiresUpdate": "_q",
"$_props": "__"
"$_props": "__",

"$_children": "_c",
"$_wakeup": "_w",
"$_first": "_i",
"$_dirty": "_d",
"$_hasError": "_h",
"$_weak": "_r",
"$_parents": "_p",
"$_callback": "_f",
"$_addDependency": "_a",
"$_removeDependencies": "_u",
"$_listener": "_l",
"$_listen": "_s"
}
}
}
Loading

0 comments on commit 6b0b8af

Please sign in to comment.