You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
This needs to not error defining b on instances of A twice, and needs to evaluate f() and g() each time A is constructed. The value of fresh instances of A should be the return value of g().
The text was updated successfully, but these errors were encountered:
Currently, with configurable: false, duplicate properties will error at runtime unless the values are the ===.
configurability is still a topic of debate, but I believe this issue was opened to address an issue with the original design where we could queue a set of instructions to be executed at instantiation time -- where the set was keyed by the property name (i.e. eliminating the execution of f() from ever happening).
This needs to not error defining
b
on instances ofA
twice, and needs to evaluatef()
andg()
each timeA
is constructed. The value of fresh instances ofA
should be the return value ofg()
.The text was updated successfully, but these errors were encountered: