We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
typescript-transformer@^2.0
Hi!
It appears this package doesn't quite work with Version 2 of the typescript-transformer package, as the requirement and interface for the canTransform method in the transformer is no longer used/respected (note it has been removed from the interface https://github.com/spatie/typescript-transformer/blob/2.0.0/src/Transformers/Transformer.php).
canTransform
New method seems to be to call the canTransform manually in the transform method
transform
The text was updated successfully, but these errors were encountered:
typescript-transformer
Successfully merging a pull request may close this issue.
Hi!
It appears this package doesn't quite work with Version 2 of the typescript-transformer package, as the requirement and interface for the
canTransform
method in the transformer is no longer used/respected (note it has been removed from the interface https://github.com/spatie/typescript-transformer/blob/2.0.0/src/Transformers/Transformer.php).New method seems to be to call the
canTransform
manually in thetransform
methodThe text was updated successfully, but these errors were encountered: