UNPKG

@rxap/workspace-ts-morph

Version:

This package provides utilities for transforming workspace files using the TypeScript compiler API via ts-morph. It includes functions to add directories to a ts-morph project, apply ts-morph project changes to a tree, and perform transformations on Angul

5 lines (4 loc) 160 B
export * from './lib/add-dir'; export * from './lib/apply-ts-morph-project'; export * from './lib/overwrite-options'; export * from './lib/ts-morph-transform';