This method has been renamed to unsafeGet()
.
We want to discourage the use of partial functions, and having short names makes it easy for people to want to use them without thinking about the problems.
For more details see https://github.com/origamitower/folktale/issues/42
This method has been renamed to unsafeGet()
.
'get'() {
warnDeprecation('`.get()` is deprecated, and has been renamed to `.unsafeGet()`.');
return this.unsafeGet();
}