-
Notifications
You must be signed in to change notification settings - Fork 31
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
wrong Reflect method #55
Comments
@its-dibo How exactly does this occur? |
I cant get your question, but I just noticed that you are using some reflect-metadata functionalities without importing it. |
@its-dibo Ok, but what exactly is the problem? The packages build fine, there are no Typescript errors, so what exactly are you reporting ? |
I think (but not sure), that is because tsconfig uses |
@its-dibo Yes, and it builds fine. My question is what is the actual problem you are reporting ? How can I reproduce the problem you are describing ? |
in this line
Reflect doesn't have a static method called
defineMetadata
, it is defined byreflect-metadata
which must be imported as a side effect like this:the file uses it doesn't import
reflect-metadata
though it is add to dependenciesThe text was updated successfully, but these errors were encountered: