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
I've recently ported my application (to nx:node) , which depends heavily on decorators and specifically the 'design:type' metadata which should be emitted when "emitDecoratorMetadata" is set to True.
I've set this in all of my config files, but I cannot get "nx build" to obey this setting. None of the generated files contain "design:type".
Expected Behavior
emitDecoratorMetadata should emit the "design:type" decorator metadata
Current Behavior
I've recently ported my application (to nx:node) , which depends heavily on decorators and specifically the 'design:type' metadata which should be emitted when "emitDecoratorMetadata" is set to True.
I've set this in all of my config files, but I cannot get "nx build" to obey this setting. None of the generated files contain "design:type".
Expected Behavior
emitDecoratorMetadata should emit the "design:type" decorator metadata
GitHub Repo
https://github.com/TomMettam/nx-metadata-fail
Steps to Reproduce
See github repo.
Working plain-typescript project: https://github.com/TomMettam/metadata-working
Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: