{"library":"atom-ts-transpiler","type":"library","category":null,"description":"A custom transpiler for Atom packages that enables running TypeScript code directly in the Atom editor. The current stable version is 1.5.3 (released 2020-11-08). This package is in maintenance mode, as the Atom editor itself is now archived. It provides a simple interface between Atom and the TypeScript compiler, supporting TypeScript versions 1.6 through 4.x. Key differentiators: respects tsconfig.json automatically, minimal performance overhead after initial caching, and small footprint (~20 KB). Compared to alternatives like manual pre-transpilation, it allows distributing Atom packages as TypeScript source.","language":"javascript","status":"maintenance","version":"1.5.3","tags":["javascript","atom","typescript","ts","transpile","transpiler"],"last_verified":"Fri May 01","install":[{"cmd":"npm install atom-ts-transpiler","imports":["// In your Atom package's package.json: { \"transpiler\": \"atom-ts-transpiler\" }","import * as ts from 'typescript'","// Atom loads the transpiler automatically when configured in package.json"]},{"cmd":"yarn add atom-ts-transpiler","imports":[]},{"cmd":"pnpm add atom-ts-transpiler","imports":[]}],"homepage":null,"github":"https://github.com/smhxx/atom-ts-transpiler","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/atom-ts-transpiler","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}