josdejong/mathjs

Remove non-existing dependencies from index.d.ts

Open

#3511 aperta il 22 lug 2025

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (1298 fork)batch import
bughelp wantedtypescript

Metriche repository

Star
 (13.832 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor