@pragmap/adapter-typescript
v0.1.2
Published
TypeScript adapter for Pragmap scanning, source anchors, and transforms
Maintainers
Readme
@pragmap/adapter-typescript
TypeScript adapter helpers for Pragmap.
What it provides
- changed-file scanning helpers
- source-anchor validation
- re-export of the Pragmap TypeScript transformer
Install
npm install @pragmap/adapter-typescriptUsage
Most users will consume this through @pragmap/cli, but library consumers can import the adapter directly:
import { validateSourceAnchors, transformPragmapSource } from "@pragmap/adapter-typescript";