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
Consider implementing something like: https://github.com/vilic/deprecated-decorator
called as "@experimental"
when it's applied to a method or class
and this method or class is used by the end user
and some option like stage.warnExperimental = true (false by default),
then corresponding warnings should be logged
for example something like: the xyz method is experimental and may be deprecated and removed without notice
The text was updated successfully, but these errors were encountered:
Consider implementing something like: https://github.com/vilic/deprecated-decorator
called as "@experimental"
when it's applied to a method or class
and this method or class is used by the end user
and some option like
stage.warnExperimental = true
(false by default),then corresponding warnings should be logged
for example something like:
the xyz method is experimental and may be deprecated and removed without notice
The text was updated successfully, but these errors were encountered: