-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
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
Labels
No labels