Results 44 comments of Brian Kotek

I also see that CoffeeScript has a webjar...so if TS gets in, might be cool to use the same webjar approach for the Rhino CS compiler that you would for...

Sure, I'll try to take a look. Full disclosure: I'm not TypeScript expert at all...I just recently discovered it and was thinking about revising my CoffeeScript compiler plugin for Grails...

Also, just so I'm clear, the webjar for TS 0.9.1 looks like it is already in place in the webjars repo, is that correct? I admit that I'm always confused...

Alex, just curious how you are testing the TS processor? I see a TestTypeScriptProcessor.java class, and I can run it and all three tests pass. However, the test actually is...

Ah ok, I think I found it (Node and Rhino TS processor tests in the processor package).

Alex, I think I'm confused about how your current tests work. For example, you have a testFromFolder method in the TestNodeTypeScriptProcessor. It looks like this is being given the /typescript/expected...

OK I have the tests passing with the Node TS processor. Still having issues with the Rhino version and I'm wondering if it might have to do with this: http://blog.frickjack.com/2013/06/compiling-typescript-with-rhino.html...

Sorry for the delay. Sure, I'll send a pull request tonight.

Also, quick question: when you set up this branch, did you modify the Maven config to pull in the latest TS webjar? I'm not sure how to figure out if...

+1. The dependency on architect 0.12 is throwing errors now that it's been bumped to 0.13. And I'm getting unmet peer dependencies for globby as well.