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

implement ttypescript transfomer plugin for rollup-plugin-typescript2 #720

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

quantizor
Copy link

Plugin: https://www.npmjs.com/package/ttypescript

The main benefit of this build plugin is the easy enabling of using
TS "transformers" which are not a mainstream part of TypeScript core
just yet. This includes ones like: https://github.com/Igorbek/typescript-plugin-styled-components

Closes #719

@changeset-bot
Copy link

changeset-bot bot commented Sep 7, 2020

🦋 Changeset detected

Latest commit: 5c349cb

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@wardpeet wardpeet added discussion needs more info Needs more information labels Sep 7, 2020
Plugin: https://www.npmjs.com/package/ttypescript

The main benefit of this build plugin is the easy enabling of using
TS "transformers" which are not a mainstream part of TypeScript core
just yet. This includes ones like:
https://github.com/Igorbek/typescript-plugin-styled-components
@developit developit added the increased scope Increases project scope, or is out of scope. label Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion increased scope Increases project scope, or is out of scope. needs more info Needs more information
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] use ttypescript under the hood to enable applying TS transforms
3 participants