tslint-no-circular-imports
Version:
TSLint plugin to detect and warn about circular imports
18 lines (9 loc) • 516 B
Markdown
# Changelog
## 0.7.0
- [Allow circular dependencies for .d.ts files](https://github.com/bcherny/tslint-no-circular-imports/pull/36)
## 0.6.0
- [Introduce `searchDepthLimit` parameter (50 by default) to limit recursion depth](https://github.com/bcherny/tslint-no-circular-imports/pull/23)
## 0.5.0
- [Significantly improve performance](https://github.com/bcherny/tslint-no-circular-imports/pull/14)
## 0.4.0
- [Significantly improve performance](https://github.com/bcherny/tslint-no-circular-imports/pull/12)