A suggestion concerning a reflect-metadata package #7570
thephoenixofthevoid
started this conversation in
Ideas
Replies: 1 comment 11 replies
-
Interesting. What |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the code runs only in the modern environment (node 10 recently gets deprecated), all kinds of shims for standard ES6 classes packed deep inside of "reflect-metadata" make no sense.
Recently I remastered this package and come up with a very clear solution that has exactly the same behavior as the original one.
I would like to share it with a community: https://github.com/thephoenixofthevoid/reflect-metadata-ng
If you have any questions about it, ask here or create an issue in the above repo.
Beta Was this translation helpful? Give feedback.
All reactions