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
Since Typescript 4.8, usage of createGetAccessorDeclaration and updateClassDeclaration has been deprecated. It needs to be replaced.
Currently, running the transformer with TS >= 4.8 generate these warnings:
DeprecationWarning: 'createGetAccessorDeclaration' has been deprecated since v4.8.0. Decorators have been combined with modifiers. Callers should switch to an overload that does not accept a
'decorators' parameter.
DeprecationWarning: 'updateClassDeclaration' has been deprecated since v4.8.0. Decorators have been combined with modifiers. Callers should switch to an overload that does not accept a 'deco
rators' parameter.
The text was updated successfully, but these errors were encountered:
Since Typescript 4.8, usage of
createGetAccessorDeclaration
andupdateClassDeclaration
has been deprecated. It needs to be replaced.Currently, running the transformer with TS >= 4.8 generate these warnings:
The text was updated successfully, but these errors were encountered: