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

Modernize #1513

Merged
merged 3 commits into from
Mar 24, 2025
Merged

Modernize #1513

merged 3 commits into from
Mar 24, 2025

Conversation

ibc
Copy link
Member

@ibc ibc commented Mar 24, 2025

Details

  • Apply stricter rules in tsconfig.json.
  • Moce Jest config to a separate file jest.config.mjs.
  • Expose multiple entry points:
    • .: Default entry point (index).
    • /types: Direct access to types.ts via import * as types from 'mediasoup/types';.
    • /extras: Direct access to extras.ts via import * as extras from 'mediasoup/extras';.
  • Add .editorconfig file.

@ibc ibc requested a review from jmillan March 24, 2025 01:32
@ibc ibc merged commit 61ca56a into v3 Mar 24, 2025
98 of 115 checks passed
@ibc ibc deleted the modernize branch March 24, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants