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
I just tried to migrate from ts-nameof to this module. However, I had to notice that this module does not work using Node.js.
ts-nameof
Looks like Webpack is messing things up somehow...? I get the following error:
ReferenceError: self is not defined at Object.<anonymous> (./node_modules/ts-nameof-proxy/dist/ts-nameof-proxy.js:3:3)
That said, the variable self is only defined in web browsers.
self
The text was updated successfully, but these errors were encountered:
I'm sorry I only recently solved this problem, thank you very much for your feedback which was instrumental in helping me improve this package.
Sorry, something went wrong.
You're most welcome! Thanks for taking care 😄
No branches or pull requests
I just tried to migrate from
ts-nameof
to this module.However, I had to notice that this module does not work using Node.js.
Looks like Webpack is messing things up somehow...?
I get the following error:
That said, the variable
self
is only defined in web browsers.The text was updated successfully, but these errors were encountered: