@wrench/roll-typescript
Version:
plugin for bundling TypeScript with support of modular output and declaration bundle
34 lines (23 loc) • 2.01 kB
Markdown
## [0.0.3](https://github.com/gavar/wrench/compare/v/roll-typescript/0.0.2...v/roll-typescript/0.0.3) (2019-10-29)
### Features
* format declarations files via `@typescript-eslint/parser` ([bc5b23b](https://github.com/gavar/wrench/commit/bc5b23be57dbba021f77db7443a3c20bc4cafb12))
## 0.0.1 (2019-08-30)
### Bug Fixes
* bundle dts only once ([571cd41](https://github.com/gavar/wrench/commit/571cd41))
* dependencies ([0bde739](https://github.com/gavar/wrench/commit/0bde739))
* faster builds in watch mode ([fe748d2](https://github.com/gavar/wrench/commit/fe748d2))
* inject banners when --preserveModules ([32a2bc5](https://github.com/gavar/wrench/commit/32a2bc5))
* load does not require async ([7c81c9e](https://github.com/gavar/wrench/commit/7c81c9e))
* resetting dirty flag ([f4a031d](https://github.com/gavar/wrench/commit/f4a031d))
* return type of IsExternal may be undefined ([e3bba76](https://github.com/gavar/wrench/commit/e3bba76))
* tstt package version ([43fb8c1](https://github.com/gavar/wrench/commit/43fb8c1))
* type error when different TS versions ([28cffeb](https://github.com/gavar/wrench/commit/28cffeb))
* use extname to check for ts | tsx ([06279f3](https://github.com/gavar/wrench/commit/06279f3))
* use local dependencies as root files ([cb2c276](https://github.com/gavar/wrench/commit/cb2c276))
### Features
* allow to define transformers ([a353366](https://github.com/gavar/wrench/commit/a353366))
* calculate common source directory only from root files ([6f08e53](https://github.com/gavar/wrench/commit/6f08e53))
* computing common source directory using internal TS API ([863b7e1](https://github.com/gavar/wrench/commit/863b7e1))
* custom function to check whether import is external ([cce4ce7](https://github.com/gavar/wrench/commit/cce4ce7))
* invalidate program when script changes for watch mode support ([5b66f9e](https://github.com/gavar/wrench/commit/5b66f9e))
* roll-typecript ([2c25c98](https://github.com/gavar/wrench/commit/2c25c98))