-
Notifications
You must be signed in to change notification settings - Fork 109
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
Proof of concept: typescript transformer support for tsickle #507
Conversation
802eb2f
to
5aa6990
Compare
Thanks for the change! This is very interesting.
Whoops, just saw that you did just this. I'll follow up :-) |
Hi, i'm just watching progress on this project. what is change (typescript transformer) about ? #curious |
microsoft/TypeScript#5595 is the main idea I
think, this random blog post goes into it
http://blog.scottlogic.com/2017/05/02/typescript-compiler-api-revisited.html
…On Tue, Jun 6, 2017 at 11:06 PM, Oren Mizrahi ***@***.***> wrote:
Hi, i'm just watching progress on this project. what is change (typescript
transformer) about ? #curious
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#507 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAPB4q-J0nGygzBM6mLAr5tmTU2toGsks5sBj3QgaJpZM4NsIS0>
.
|
e14a92a
to
0326c50
Compare
source: this.file.fileName, | ||
}); | ||
if (text.indexOf('A Used by implement_import.ts') !== -1) { | ||
console.log('>>> now', node.kind, new Error().stack); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
Prefactor PR is here: #514 |
Final PR is here: #516 |
Needs: