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
Add touchNext to CachedIterable.
This allows the user of CachedIterable to trigger construction of an
element yielded from the generator early.
Add the static FluentType.isTypeOf method.
In some cases, bundlers such as Webpack would break the instanceof
FluentType check. The new FluentType.isTypeOf static method can be
used instead to guarantee the proper behavior.
Catch errors thrown by Intl formatters.
0 commit comments