Not planned
Description
I did:
- Search for if my issue has already been submittedMake sure I'm reporting something precise that needs to be fixedGive my issue a descriptive and concise titleCreate a minimal working example on JsFiddle or Codepen
(or gave a link to a demo on the Selectize docs)Indicate precise steps to reproduce in numbers and the result,
like below
[replace me with a short description of issue]
Steps to reproduce:
- npm install @selectize/selectize
- ls node_modules/@selectize/selectize
Expected result:
LICENSE README.md dist index.d.ts package.json
Actual result:
LICENSE README.md dist package.json
index.d.ts is missing from the directory and is needed when using typescript
Activity
github-actions commentedon Aug 17, 2023
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days
cpsievert commentedon Aug 18, 2023
I would like to see this problem fixed
github-actions commentedon Dec 17, 2023
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days
dvg-p4 commentedon Oct 9, 2024
This is still an issue, and seems relatively straightforward to fix?
dvg-p4 commentedon Oct 9, 2024
Currently the lack of a typescript definition file can be worked around by using the definition file from https://github.com/DefinitelyTyped/DefinitelyTyped, which appears to be more up-to-date (though not completely).
dvg-p4 commentedon Oct 9, 2024
c.f. #2145 -- note that the current file's signatures are significantly out-of-date.