commitizen / commitizen/cz-cli
Question: Is it possible to write an adapter in ES6?
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 17.5k
- Forks
- 566
- Merge medio
- 8 h 16 min
- PR fusionados (30 d)
- 1
Descripción
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!
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.