Simon Van Casteren

Results 16 issues of Simon Van Casteren

Very nice plugin! Just encountered a problem with the bower version (0.0.7). The raiseCallback calls are nowhere to be found in that version. Is that intended?

Hey, First off, thanks for this module! It's a really nice piece of work. Something I've encountered, and I'm not sure if I'm doing wrong or it's just a shortcoming...

Hey, First of all, thanks a lot for this library. The great typescript ast you get from this library is why I've had a really easy time getting started with...

Hey, This is a workaround I've been using to address #16. It's very specific to purescript, but it works for the cases I've encountered (StrMap & AffJax). Feel free to...

Hey, This is more of a question than a bug or issue report. When making an integrated testcase for optimizing typeclass code, I looked at this: ```javascript var Show =...

I think this should fix #24 .

Hey, I'm getting a stack overflow in remove-iife. I have a minimal testcase that can reproduce the endless loop that causes the "Maximum call stack size exceeded" error to get...

Hey, This should fix #20 . I also added two unit tests for uncurry.js, one to test the basic functionality and one to test my special case mentioned in the...

Hey, I've run into an issue with the uncurrying optimizations when you have a function that's getting uncurried, but is defined in a function that is also getting uncurried. Then...

Hey, I've hit an issue where the uncurrying optimization finds an unsaturated call to a function that was already uncurried, wraps a new function around it, but the argument of...