commitizen / commitizen/cz-cli
Question: Is it possible to write an adapter in ES6?
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 17.5k
- Fork
- 566
- Merge trung bình
- 8 giờ 16 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
We have written a custom commitizen adapter that is used via our `package.json`:
```
"config": {
"commitizen": {
"path": "./node_modules/our_cz_adapter"
}
},
```
The code in this module is written in TS, and has several dependencies that would need upgrading but we cannot do so since their maintainters are only publishing ESM packages nowadays and we could not find a way to import adapters using ESM imports. Is it possible somehow? Thanks!
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.