You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 intypes/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 (viaeigsDependencies
).The text was updated successfully, but these errors were encountered: