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

Provide a tool to generate JS-interop facades from TypeScript ts.d files #24874

Closed
kevmoo opened this issue Nov 10, 2015 · 19 comments
Closed

Provide a tool to generate JS-interop facades from TypeScript ts.d files #24874

kevmoo opened this issue Nov 10, 2015 · 19 comments
Assignees
Labels
type-enhancement A request for a change that isn't a bug web-js-interop Issues that impact all js interop

Comments

@kevmoo
Copy link
Member

kevmoo commented Nov 10, 2015

Tracking issue

@kevmoo kevmoo added Type-Enhancement web-js-interop Issues that impact all js interop labels Nov 10, 2015
@jacob314 jacob314 added this to the 1.14 milestone Nov 10, 2015
@unicomp21
Copy link

How's it going?

@jacob314
Copy link
Member

Just got back from a long vacation. I expect I'll have something to share
publicly soon.

On Sun, Nov 29, 2015 at 2:31 AM, John Davis notifications@github.com
wrote:

How's it going?


Reply to this email directly or view it on GitHub
#24874 (comment).

@unicomp21
Copy link

Fantastic, thanks.

On Thu, Dec 10, 2015 at 12:50 PM, Jacob Richman notifications@github.com
wrote:

Just got back from a long vacation. I expect I'll have something to share
publicly soon.

On Sun, Nov 29, 2015 at 2:31 AM, John Davis notifications@github.com
wrote:

How's it going?


Reply to this email directly or view it on GitHub
#24874 (comment).


Reply to this email directly or view it on GitHub
#24874 (comment).

@mit-mit
Copy link
Member

mit-mit commented Dec 28, 2015

@jacob314 @kevmoo is this likely to finish in 1.14 or should we move to 1.15?

@jacob314
Copy link
Member

This is likely to finish for 1.14

On Mon, Dec 28, 2015 at 4:17 AM, Michael Thomsen notifications@github.com
wrote:

@jacob314 https://github.com/jacob314 @kevmoo
https://github.com/kevmoo is this likely to finish in 1.14 or should we
move to 1.15?


Reply to this email directly or view it on GitHub
#24874 (comment).

@unicomp21
Copy link

#24874 (comment)

On Mon, Dec 28, 2015 at 1:26 PM, Jacob Richman notifications@github.com
wrote:

This is likely to finish for 1.14

On Mon, Dec 28, 2015 at 4:17 AM, Michael Thomsen <notifications@github.com

wrote:

@jacob314 https://github.com/jacob314 @kevmoo
https://github.com/kevmoo is this likely to finish in 1.14 or should
we
move to 1.15?


Reply to this email directly or view it on GitHub
#24874 (comment).


Reply to this email directly or view it on GitHub
#24874 (comment).

@mit-mit
Copy link
Member

mit-mit commented Jan 14, 2016

@jacob314 was this landed? We are now in cherry pick season for 1.14.

@unicomp21
Copy link

Ditto

On Thursday, January 14, 2016, Michael Thomsen notifications@github.com
wrote:

@jacob314 https://github.com/jacob314 was this landed? We are now in
cherry pick season for 1.14.


Reply to this email directly or view it on GitHub
#24874 (comment).

@unicomp21
Copy link

Suspense is killing me, gonna make next release?

On Thursday, January 14, 2016, John Davis jdavis@pcprogramming.com wrote:

Ditto

On Thursday, January 14, 2016, Michael Thomsen <notifications@github.com
javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

@jacob314 https://github.com/jacob314 was this landed? We are now in
cherry pick season for 1.14.


Reply to this email directly or view it on GitHub
#24874 (comment).

@mit-mit
Copy link
Member

mit-mit commented Jan 20, 2016

Moving to 1.15 per release meeting discussion. Hopefully this will be in a dev channel release soon.

@mit-mit mit-mit modified the milestones: 1.15, 1.14 Jan 20, 2016
@unicomp21
Copy link

:(

On Wednesday, January 20, 2016, Michael Thomsen notifications@github.com
wrote:

Moving to 1.15 per release meeting discussion. Hopefully this will be in a
dev channel release soon.


Reply to this email directly or view it on GitHub
#24874 (comment).

@kevmoo
Copy link
Member Author

kevmoo commented Jan 25, 2016

@unicomp21 – this tool is separate from the SDK. We'll have it out as soon as its ready.

@unicomp21
Copy link

Thanks! Keep me in the loop!

On Monday, January 25, 2016, Kevin Moore notifications@github.com wrote:

@unicomp21 https://github.com/unicomp21 – this tool is separate from
the SDK. We'll have it out as soon as its ready.


Reply to this email directly or view it on GitHub
#24874 (comment).

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
@kevmoo kevmoo modified the milestones: 1.16, 1.15 Mar 1, 2016
@unicomp21
Copy link

Pushed to 1.16?

@kevmoo
Copy link
Member Author

kevmoo commented Oct 14, 2016

Please see https://github.com/dart-lang/js_facade_gen 😀

@kevmoo kevmoo closed this as completed Oct 14, 2016
@unicomp21
Copy link

Has anyone tried it w/ babylonjs?

On Fri, Oct 14, 2016 at 6:31 PM, Kevin Moore notifications@github.com
wrote:

Closed #24874 #24874.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#24874 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAhV_Z8vAQqmo1tOGoSDvLs5j7nXl1nSks5q0ALMgaJpZM4GfqVA
.

@unicomp21
Copy link

#24874

On Sat, Oct 15, 2016 at 7:45 AM, John Davis jdavis@pcprogramming.com
wrote:

Has anyone tried it w/ babylonjs?

On Fri, Oct 14, 2016 at 6:31 PM, Kevin Moore notifications@github.com
wrote:

Closed #24874 #24874.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#24874 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAhV_Z8vAQqmo1tOGoSDvLs5j7nXl1nSks5q0ALMgaJpZM4GfqVA
.

@jacob314
Copy link
Member

I've tried it with BabylonJS. The output looked pretty good and the small example I tried worked.

@unicomp21
Copy link

Thanks Jacob!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug web-js-interop Issues that impact all js interop
Projects
None yet
Development

No branches or pull requests

4 participants