> For the complete documentation index, see [llms.txt](https://as-pect.gitbook.io/as-pect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://as-pect.gitbook.io/as-pect/packages/transform.md).

# @as-pect/transform

AssemblyScript transform for `as-pect` reflection support.

The transform adds the class reflection helpers consumed by `@as-pect/assembly` when tests compare class instances or render reflected object output. Projects created with `asp --init` include this transform in `as-pect.asconfig.json`.

## Documentation

Detailed transform behavior and maintainer guidance live in GitBook:

* [Configuration](/as-pect/docs/using/configuration.md)
* [Package architecture](/as-pect/docs/maintaining/package-architecture.md)
* [`@as-pect/transform` types](/as-pect/docs/types/transform.md)

Hosted docs: [as-pect.gitbook.io/as-pect](https://as-pect.gitbook.io/as-pect/).
