Caleb Eby

Results 61 issues of Caleb Eby

This module doesn't work with code that has `async`/`await` ```js const adapter = require('../adapters/github') const remark = require('remark') const remarkConfig = remark().use(require('foobar')) const checkReadme = async repo => { const...

bug

Hi @lukeed! It would be great to have an export map for this project to be able to import it as ESM without depending on the `module` property! Let me...

https://github.com/developit/preact-render-to-string

Transformer

https://github.com/cramforce/splittable Currently it requires Java, I would wait to create this transformer until https://github.com/cramforce/splittable/issues/26 is resolved

Transformer

Going off of [Dan's diagram](https://twitter.com/dan_abramov/status/981712092611989509) it looks like `getSnapshotBeforeUpdate` happens _after_ render

### Feature Use Case See the [example repo](https://github.com/calebeby/rollup-test). ### Feature Proposal (maybe this is a duplicate but this is hard to search for) I imagine that y'all have already thought...

t³ ✨ enhancement
s³ 🔥 nice to have

New toolkits created with drizzle should have `postcss-preset-env` already set up

See static-dev/spike-core#234

Replaces service worker plugins with workbox Closes #161

Closes #2112 Previously, mdx generated `const ;`, which is not valid syntax. If you comment out the fix, the test fails. In the test I didn't add an assertion for...