5.0.2 • Published 9 months ago

@ts-tools/transpile v5.0.2

Weekly downloads
4,719
License
MIT
Repository
github
Last release
9 months ago

@ts-tools/transpile

npm version

TypeScript transpilation helpers.

Getting started

Install the library in an existing TypeScript project:

npm i @ts-tools/transpile

Then, import its programmatic API to use:

import { transpileCached } from '@ts-tools/transpile';

const { outputText, sourceMapText } = transpileCached({
  fileName: '/project/src/file.ts',
  cachedDirectoryPath: '/project/node_modules/.cache/whatever',
});

License

MIT

5.0.2

9 months ago

5.0.1

10 months ago

5.0.0

10 months ago

4.0.0

2 years ago

3.0.1

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago

1.0.0

5 years ago