2.0.3 • Published 6 years ago

istanbul-ignore-ts-__decorate v2.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

istanbul-ignore-ts-__decorate

This CLI tool goes through your dist and adds "/ istanbul ignore next /" above the typescript __decorate function that can sometimes cause issues with istanbuljs/nyc.

Usage is very simple. If you have a build script or something, just add this to it:

const nycIgnoreDecorator = require('istanbul-ignore-ts-__decorate');
// Replace "./dist" with whatever your build folder is called
await nycIgnoreDecorator('./dist');
2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago