Skip to content

Add missing type exports for modules exported in hls.mjs #7225

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented May 5, 2025

This PR will...

Add missing type exports (hls.d.mts) for modules exported in hls.mjs (src/exports-named.ts).

Why is this Pull Request needed?

The module type exports (hls.d.mts) are simply copied from the default type exports. These only include types explicitly exported in src/hls.ts and not type definitions of the module exports defined in hls.mjs (src/exports-named.ts).

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

Resolves issues:

Related to #6707

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.6.3 milestone May 5, 2025
@robwalch robwalch mentioned this pull request May 5, 2025
@mstyura
Copy link
Contributor

mstyura commented May 5, 2025

The changes form this PR has fixed the issue I've experienced.

@robwalch robwalch merged commit 65ef0b7 into master May 5, 2025
16 checks passed
@robwalch robwalch deleted the task/add-missing-module-type-exports branch May 5, 2025 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants