Geoffrey Booth

Results 425 comments of Geoffrey Booth

> Even though I’m the author of this PR, I find the comments of @jashkenas and @GeoffreyBooth compelling and am in favor of keeping the REPL quiet. So should we...

Wow, there’s so much going on here. This obviously took a lot of effort. Thanks for diving into this! I’m not sure how I feel about `structure.coffee` and the new...

I think this is a fine issue to hold discussion about making this happen, sure. I don’t see why we wouldn’t want CoffeeScript supported in `deno` if that were possible....

It’s here: https://coffeescript.org/browser-compiler-modern/coffeescript.js That’s hosted by GitHub Pages, so it doesn’t cost us anything, so you should feel free to link to it. I forgot to include that file in...

I’m not aware that they minify. We could produce a minified version as part of our own build process; the non-ES module version of the browser compiler is minified, there’s...

@kitsonk Thanks for chiming in! We appreciate the support. CoffeeScript’s Node API today is described here: https://coffeescript.org/#nodejs-usage. Currently it takes a string (CoffeeScript source code) as input and returns an...

@kitsonk Has there been any progress on the Deno public compiler API?

Thanks for the update. For what it’s worth, I’m on the Node modules team and we’ve been grappling with how to enable Node to treat `.js` files as ES modules...

Hi @kitsonk, is there any update on the progress of making it possible for Deno to support CoffeeScript? We’re about to release a new version of CoffeeScript that integrates with...

Thanks @kitsonk. I’ve been going through old issues and cleaning them up, and I’m looking at this one and thinking, is there a reason to keep this open? As in,...