Julian Rosse

Results 26 comments of Julian Rosse

As someone else who prefers Coffeescript syntax but sees the benefits/power of Typescript (and is willing to do some hacking on compilers), not to rain on any parades (I think...

> What would “describe the transformation” other than the CoffeeScript compiler itself, running within this phase of the TypeScript compiler? These transformation passes inside the Typescript compiler are AST transformation...

> @helixbass If your approach is modifying the TypeScript compiler, why not just include the entire CS compiler (possibly emitting a parse tree instead of JS) instead of rewriting parts...

Hi guys, sorry I've been MIA on Coffeescript stuff, mostly been focusing on other things I merged `main` into this branch and see `bin/cake test` passing locally but CI appears...

This should only affect line numbers in files which use irregular linebreak characters, so not sure if it's likely to address your issue Can you give an example though where...

@Inve1951 yup for the postfix case you'll always need parens eg ``` a (c while b) ``` For the non-postfix case you're right that currently you need parens eg ```...

No problem, ya it should be working as expected for the covered boolean/string-coercion cases

Ah makes sense. So I guess anywhere where it's implicitly treated as a string or boolean? I can also think of: ``` if (foo) ... foo && ... foo ||...

Update: it looks like this wasn't a "fatal" error, I'm able to successfully flash from this running GDB instance @peterstuart said he also saw this error message running on an...

Just a note on @va-p's solution, I also had to `rm -rf node_modules/` before running `yarn install` (I think to clear out some nested `node_modules/.../node_modules/@types/react/` dependencies that were still using...