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

Add isolatedDeclarations to common, true-time and player. #151

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

enjikaka
Copy link
Member

@enjikaka enjikaka commented Jul 5, 2024

  • 📖 tl;dr: TypeScript's new isolated declaration feature is a game changer for sharing code among developers. It significantly simplifies the process of packaging your code for consumption whilst reducing the time to create type definition files from minutes, sometimes even hours, down to less than a second.
    https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-10/

  • you don't need to create *.d.ts files manually anymore by invoking the tsc compiler.

We still need vite dts plugin for NPM; so need to wait for that plugin to not fail on latest TS config.

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

Successfully merging this pull request may close these issues.

1 participant