ggml-org/whisper.cpp

Node package ES6 compatibility

Open

#335 geöffnet am 26. Dez. 2022

Auf GitHub ansehen
 (0 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C++ (5.535 Forks)batch import
buildhelp wanted

Repository-Metriken

Stars
 (49.693 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 20h) (36 gemergte PRs in 30 T)

Beschreibung

The node package that's currently built is not an ES6 compatible package.

I've tried adding the -s EXPORT_ES6 flag and it seems to work properly, but the output still has mixed usage of CommonJS requires and ES6 imports, which breaks things.

Contributor Guide