Skip to content

Type information is missing for dependencies of eigs function #3356

@porst17

Description

@porst17

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions