josdejong/mathjs
Auf GitHub ansehenRemove non-existing dependencies from index.d.ts
Open
#3.511 geöffnet am 22. Juli 2025
bughelp wantedtypescript
Beschreibung
Math.js provides the following dependencies from index.d.ts:
evalDependencies eyeDependencies typeofDependencies varDependencies
But they don't seem to exist in the bundle. Importing them causes errors like "Uncaught SyntaxError: The requested module '' does not provide an export named 'varDependencies'"
They should be removed. Or I'm missing something?