This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
Releases: teambit/bit-javascript
Releases · teambit/bit-javascript
v2.1.5
v2.1.4
v2.1.3
v2.1.2
- avoid recognizing any require/import starts with
.
as a custom-resolve-module on Windows
v2.1.1
v2.1.0
- propagate from component root dir backwards to find tsconfig.json for Angular projects
- #1779 resolve first according to the custom-resolve settings and fallback to the standard resolver
- fix dependency resolution of
.
and..
to not be identified as custom-resolved used. - add rxjs package
- support angular components (experimental)
v2.0.11
v2.0.9
v2.0.8
- add support with
optionalChaining
andnullishCoalescingOperator
plugins (by updating node-source-walk)