Skip to content

Commit 6b0b8af

Browse files
committed
Improving the implementation of signals
1 parent d0e5c2d commit 6b0b8af

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
@@ -33,7 +33,20 @@
3333
"$_canActivate": "_c",
3434
"$_readonly": "_r",
3535
"$_requiresUpdate": "_q",
36-
"$_props": "__"
36+
"$_props": "__",
37+
38+
"$_children": "_c",
39+
"$_wakeup": "_w",
40+
"$_first": "_i",
41+
"$_dirty": "_d",
42+
"$_hasError": "_h",
43+
"$_weak": "_r",
44+
"$_parents": "_p",
45+
"$_callback": "_f",
46+
"$_addDependency": "_a",
47+
"$_removeDependencies": "_u",
48+
"$_listener": "_l",
49+
"$_listen": "_s"
3750
}
3851
}
3952
}

0 commit comments

Comments
 (0)