the code uses a mix of commonjs and es6 module syntax. It should be migrated to es6 throughout.
Contributor Guide
Tech Stack
javascript
Domain
tooling
Issue Type
chore
SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
2
Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
1-3 hours
AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
stale
KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
clear
Voraussetzungen
basic JavaScriptES6 module syntax
EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
80
Research-Richtung
Check the current state of the repository to see if any modules have already been migrated. Look for files using 'require' and 'module.exports' and convert them to 'import' and 'export' syntax. Pay attention to any build configuration (e.g., Babel) that may need to be updated. The main source code is likely in 'lib/' or 'src/' directory. Since the issue is old, ensure there are no conflicts with recent changes.