-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels