## @evmts/ts-plugin/src

#### [tsPlugin.ts](./index.ts)

Entrypoint to the [ts-plugin](https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin)

#### [decorators](./decorators/README.md)

Internal decorators [composed](./decorators/decorate.ts) together into [languageServiceHostDecorator](./languageServiceHost.ts)

#### [factories](./factories/README.md)

Internal [factories](https://en.wikipedia.org/wiki/Factory_method_pattern) used internal by the plugin

#### [utils](./utils/README.md)

Pure functions used internally by the plugin
