Geoffrey Booth

Results 34 issues of Geoffrey Booth

Similar to how the CoffeeScript compiler outputs [JSX](https://coffeescript.org/#breaking-changes-jsx-and-the-less-than-and-greater-than-operators), it could output TypeScript source code. This could then be piped to the TypeScript compiler (or Babel’s TypeScript plugin) for type checking...

enhancement
help wanted

Migrating this from https://github.com/jashkenas/coffeescript/issues/5344#issuecomment-922667010: Now that CoffeeScript 2 outputs modern ES6+ syntax, we can use `let` and `const` in our output. Leaving aside the question of supporting block-scoped variables in...

enhancement

The [CoffeeScript 2 docs](http://coffeescript.org/v2/) could use some good examples to how to set up build chains with Babel, Webpack, Gulp and any other popular build tools. I can update the...

help wanted
priority

Node 8.5 added support for [ES modules](https://nodejs.org/api/esm.html) behind the `--experimental-modules` flag. Node 10, expected to be released in [April 2018](https://github.com/nodejs/Release), will supposedly drop the flag. Here’s [a great overview](http://2ality.com/2017/09/native-esm-node.html). Adding...

enhancement
help wanted

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue The...

documentation
good first issue

Split off from https://github.com/nodejs/modules/issues/389#issuecomment-537228049. I think it would be useful to have a function that returns how Node would try to interpret a file, in particular whether Node would try...

interoperability
discussion
features
proposal

I started writing a design doc for the helper functions we’re considering adding, to help people reimplement only small portions of hooks (see [README](https://github.com/nodejs/loaders)). The idea is that if someone...

documentation

In the recent collaborator summit, one thing that many people mentioned as a blocker for ESM migration was Jest support for ESM. I noticed that [Vitest](https://vitest.dev/) claims to be both...

Please add `coffeescript` to the `package.json` `peerDependencies` section, so that users can use the latest version of the CoffeeScript compiler without needing to open issues or PRs with this repo....

The README has great examples of having the server run callbacks in response to database changes; is there an example you could include or link to that would show how...

help wanted
good first issue