Skip to content

Commit f09e7c3

Browse files
committed
Improving the implementation of signals
1 parent 0340257 commit f09e7c3

File tree

4 files changed

+384
-308
lines changed

4 files changed

+384
-308
lines changed

mangle.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,20 @@
3232
"$_canActivate": "_c",
3333
"$_readonly": "_r",
3434
"$_requiresUpdate": "_q",
35-
"$_props": "__"
35+
"$_props": "__",
36+
37+
"$_children": "_c",
38+
"$_wakeup": "_w",
39+
"$_first": "_i",
40+
"$_dirty": "_d",
41+
"$_hasError": "_h",
42+
"$_weak": "_r",
43+
"$_parents": "_p",
44+
"$_callback": "_f",
45+
"$_addDependency": "_a",
46+
"$_removeDependencies": "_u",
47+
"$_listener": "_l",
48+
"$_listen": "_s"
3649
}
3750
}
3851
}

0 commit comments

Comments
 (0)