tsc
replacement for transpiling Deno libraries to run on Node.js.
Generate mock objects from TypeScript types using the TypeScript AST (ts-morph).
Provides utilities for manipulating TypeScript code using the ts-morph library. It offers a fluent API to add, modify, and remove code elements such as classes, decorators, imports, and properties in both Angular and NestJS projects. This package simplifi
This package provides utilities for manipulating TypeScript code using ts-morph, particularly for Angular and NestJS projects. It offers functions to add, coerce, and modify code elements like classes, methods, decorators, and imports. The package also in
Detect duplicate or near-duplicate TypeScript definitions using ts-morph AST parsing.