The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.
Describe the bug
According to the custom mathjs bundling documentation, mathjs provides ready made collections of all dependencies for every function. However, the TypeScript type information for eigsDependencies is missing, leading to errors using this functionality in TypeScript projects.
The eigsDependencies JavaScript export exists. It's just missing in the TypeScript declaration located in types/index.d.ts file.
To Reproduce
Create a TypeScript project that using mathjs and try to build a custom mathjs bundle that includes the eigs function (via eigsDependencies).
The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.
Describe the bug
According to the custom mathjs bundling documentation, mathjs provides ready made collections of all dependencies for every function. However, the TypeScript type information for
eigsDependenciesis missing, leading to errors using this functionality in TypeScript projects.The
eigsDependenciesJavaScript export exists. It's just missing in the TypeScript declaration located intypes/index.d.tsfile.To Reproduce
Create a TypeScript project that using mathjs and try to build a custom mathjs bundle that includes the
eigsfunction (viaeigsDependencies).