This transformer is used to convert class/type/property names to embedded strings, so that they are available to the code at runtime.
It is used during your TypeScript compilation as part of the build pipeline.
It is necessary that your code is built with a compiler that supports transformers such as ts-patch
/ ttypescript
/ ttsc
.
You will also need to include the @twin.org/nameof
to be able to reference the methods in your code.
npm install @twin.org/nameof-transformer -D
Configuration of the package is shown in docs/configuration.md
Detailed reference documentation for the API can be found in docs/reference/index.md
The changes between each version can be found in docs/changelog.md