-
Notifications
You must be signed in to change notification settings - Fork 4
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
How do I use this? #1
Comments
Hi there,
Right now you'd have to write a wrapper around the TS compiler API. Check
out compile.ts for an example.
…On Mon, May 15, 2017 at 5:11 PM Dan Blaisdell ***@***.***> wrote:
Can you give an example of how this is used? Is it via tsconfig.json,
webpack.config.js or something else?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAMGbzQTvu8NciaXSqOq2wCnxvBVHwaAks5r6L99gaJpZM4Nbs7p>
.
|
@danomatic the unit test should give you some idea as well. Right now TS doesn't allow custom transformation via |
@longlho I already submitted pr to awesome-typescript-loader - it's already merged. |
also - as I know, better to do your job - write ts plugin, to support other files than ts or js. |
I'm closing this issue since plugin won't solve your problem anw. See microsoft/TypeScript#16607 |
Can you give an example of how this is used? Is it via
tsconfig.json
,webpack.config.js
or something else?The text was updated successfully, but these errors were encountered: