6.1.0 • Published 7 months ago

@ts-tools/transpile v6.1.0

Weekly downloads
4,719
License
MIT
Repository
github
Last release
7 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

6.1.0

7 months ago

6.0.0

11 months ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.0.0

3 years ago

3.0.1

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.0.0

6 years ago