Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit fd387c8

Browse files
authored
Fix issues with Angular dependencies extractions (#109)
* throw an error early when "tsconfig.json" is expected and not found. * add some validation for the AST coming from Angular compiler * propagate from base-dir backward to find the tsconfig.json file * bump version
1 parent 59999fa commit fd387c8

File tree

5 files changed

+1260
-231
lines changed

5 files changed

+1260
-231
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10+
## [2.0.12-dev.2] - 2019-07-17
11+
12+
- propagate from component root dir backwards to find tsconfig.json for Angular projects
13+
1014
## [2.0.12-dev.1] - 2019-07-15
1115

1216
- [#1779](https://github.com/teambit/bit/issues/1779) resolve first according to the custom-resolve settings and fallback to the standard resolver

0 commit comments

Comments
 (0)