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 @vitrail/rollup-plugin-typescript #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ericmorand
Copy link

@ericmorand ericmorand commented Dec 27, 2023

Awesome Contribution Checklist:

  • I have read, and re-read the Contributing Guidelines
  • I have searched to ensure the suggested item doesn't exist on this list
  • This PR contains only one item

Please Provide a Link A Repository for Your Addition

https://gitlab.com/vitrail/rollup-plugin-typescript

Please Describe Your Addition

This plugin provides integration between Rollup and TypeScript with the following benefits:

  • The plugin does not watch files by itself allowing it to be integrated into any build tool chain - it does not rely on a TypeScript watch program but uses an incremental watch program instead
  • The plugin only compiles files that are part of the dependency graph of the entry points - it does not do any magic there since this is how the TypeScript compiler works
  • The plugin is non-opinionated: compiler options are not enforces except source map support (which is mandatory to Rollup) and consider that developers know what they are doing and why.
  • The plugin is substantially faster than both the other main alternatives
  • The plugin project comes with a 100% code coverage and an API documentation

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