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

Remove TypeScript types build step #2475

Merged
merged 2 commits into from Dec 19, 2019
Merged

Remove TypeScript types build step #2475

merged 2 commits into from Dec 19, 2019

Conversation

itsjamie
Copy link
Collaborator

This PR will...

This makes it so until we are ready to flip the switch on adding types, there won't be conflicting Typescript definitions for users that are using @types/hls.js.

Why is this Pull Request needed?

Currently, the types even without a type root are being found by various language servers, and confusing typecheckers with projects that pull in the DefinitelyTyped version of hls.js

Are there any points in the code the reviewer needs to double check?

Resolves issues:

Closes #2474

Checklist

  • changes have been done against master branch, and PR does not conflict

This makes it so until we are ready to flip the switch on adding types, there won't be conflicting Typescript definitions for users that are using `@types/hls.js`.
@robwalch robwalch added this to the 0.13.1 milestone Dec 17, 2019
robwalch
robwalch previously approved these changes Dec 17, 2019
Copy link
Member

@tjenkinson tjenkinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also needs removing from the ‘release’ section

Copy link
Member

@tjenkinson tjenkinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I think it’s worth a patch release for this

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

Successfully merging this pull request may close these issues.

Do not include type definitions in published NPM until v1.0.0.
3 participants