Tobias Kraus

Results 11 comments of Tobias Kraus

Nothing happend? I haven't used yet twgl, but I would, if there were typescript definitions for it. I'd highly appreciate it.

@mode777 Thank you a lot. I forked it and looked a bit inside. It seems to me actually almost complete. Maybe I can help. I just wondered **how to handle...

@greggman back to mode777's original question :wink: ... Is it fine for you that he contributes the types to [GitHub: DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) or would you like to do it as the...

As mode777 took the initiative and also did already a lot, I want to let him go first. @mode777 if you are busy these days, and want me to do...

Yes, of course. I start tomorrow. I also set up the fork.

@sami-badawi Currently it's only in my fork repo under the branch [feature-typescript-support](https://github.com/colorpump/twgl.js/tree/feature-typescript-support/src). I realized that the twgl functions and Type Definitions are constantly under development. So I'm trying to work...

I would place your definition file in a source folder and reference it by ```ts /// import * as twgl from 'twgl.js'; ``` * **befefit**: it's not in the node_modules,...

I did the same thing, and it's working: ![image](https://user-images.githubusercontent.com/18449678/30512995-a5ada30c-9afb-11e7-8253-41c221fbf318.png)

yes, I tried the same example with webpack, and it did compile without errors. I used webpack 2.4.1 But now I would say: You found a dirty solution. This should...

sorry, I'm out, as I got other projects. I wanted to write automated tests for the definition file, so that tests would bark when new updates in the core are...