Skip to content

TypeScript types using different package name. #2252

@goldingdamien

Description

@goldingdamien

TypeScript types using different package name.

Both the repository and npm package use "jquery-ui":
https://github.com/jquery/jquery-ui
https://www.npmjs.com/package/jquery-ui

However, the types use "jqueryui":
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jqueryui
https://www.npmjs.com/package/@types/jqueryui

This makes it difficult to find and automatically import types for jquery-ui.
Example: https://stackoverflow.com/questions/72396891/typescript-and-jquery-ui-what-am-i-doing-wrong

There is also a package (Last updated 8 years ago at time of posting.) with the same name as those types here:
https://www.npmjs.com/package/jqueryui

Would it be possible to consider changing the name of the types?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions