@gtsc/nameof-transformer

0.0.4 • Public • Published

GTSC / Nameof TypeScript Transformer

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 @gtsc/nameof to be able to reference the methods in your code.

Installation

npm install @gtsc/nameof-transformer -D

Configuration

Configuration of the package is shown in docs/configuration.md

Reference

Detailed reference documentation for the API can be found in docs/reference/modules.md

Changelog

The changes between each version can be found in docs/changelog.md

Readme

Keywords

none

Package Sidebar

Install

npm i @gtsc/nameof-transformer

Weekly Downloads

383

Version

0.0.4

License

Apache-2.0

Unpacked Size

27.1 kB

Total Files

9

Last publish

Collaborators

  • martyniota
  • jmcanterafonseca-iota