Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type information is missing for dependencies of eigs function #3356

Open
porst17 opened this issue Jan 24, 2025 · 0 comments
Open

Type information is missing for dependencies of eigs function #3356

porst17 opened this issue Jan 24, 2025 · 0 comments

Comments

@porst17
Copy link

porst17 commented Jan 24, 2025

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant