Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated API warning: 'createIdentifier' has been deprecated since v4.0.0 #19

Closed
noname0310 opened this issue Aug 27, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@noname0310
Copy link

DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.

DeprecationWarning: '' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.

There's a deprecation warning Please solve it

@timocov
Copy link
Owner

timocov commented Sep 4, 2022

@noname0310 this was done intentionally to support previous versions of the compiler. I think once the compiler reaches v5 we can upgrade the minimal supported version to 4 and replace this usage. Thanks for reporting!

@timocov timocov added the enhancement New feature or request label Sep 4, 2022
@noname0310
Copy link
Author

Thank you for your answer I'm using it really well. I hope this Transformer will continue to be available in the future.

@timocov
Copy link
Owner

timocov commented Apr 23, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants