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

parcel-plugin-ttypescript Is the module outdated? #129

Open
khusamov opened this issue Mar 18, 2022 · 2 comments
Open

parcel-plugin-ttypescript Is the module outdated? #129

khusamov opened this issue Mar 18, 2022 · 2 comments

Comments

@khusamov
Copy link

No description provided.

@mmcgahan
Copy link

It looks like the current parcel plugin (https://github.com/cevek/ttypescript/blob/master/packages/parcel-plugin/TTypescriptAsset.js) was last updated a few years ago and is designed for Parcel version 1.

Parcel version 2 has made some major changes to its transformer plugin interface, and it would be great to be able to use ttypescript with it.

I might be able to try putting together a PR for this sometime in the next few weeks, but not sure - I'm eager to improve the react-intl bundling in my app without having to fall back on webpack + ts-loader or babel.

@Gurimarukin
Copy link

I made something work for me with a link:./parcel-transformer-ttsc in my package.json, and a copypasta of https://github.com/parcel-bundler/parcel/tree/v2/packages/transformers/typescript-tsc with replacing typescript with ttypescript.

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

No branches or pull requests

3 participants