{"library":"ts-import","type":"library","category":null,"description":"Dynamically import and compile TypeScript files on the fly in Node.js (>=18). Current stable version is 5.0.0-beta.1, with a release cadence of major and minor updates every few months. It uses native async import (not require), caches compiled JS in node_modules/ts-import/cache, and provides a customizable Compiler class. Key differentiators vs alternatives: it's asynchronous, minimal dependencies (only one internal package with 0 deps), highly configurable with all tsc flags, and does not interfere with native import/require. It has TypeScript type definitions bundled and requires TypeScript 5 as a peer dependency.","language":"javascript","status":"active","version":"5.0.0-beta.1","tags":["javascript","compile","dynamic","import","require","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install ts-import","imports":["import { tsImport } from 'ts-import'","import { Compiler } from 'ts-import'","import { Version } from 'ts-import'"]},{"cmd":"yarn add ts-import","imports":[]},{"cmd":"pnpm add ts-import","imports":[]}],"homepage":"https://github.com/radarsu/ts-import#readme","github":"https://github.com/radarsu/ts-import#readme","docs":null,"changelog":null,"pypi":null,"npm":"ts-import","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}