Nicky McCurdy

Results 473 comments of Nicky McCurdy

> unfortunately, I am not familiar with `"sideEffects": false`. Is it webpack-specific? Yes. It tells webpack that an entire package's code is pure, so that modules can be tree shaked...

Do you have an example webpack config?

Sorry, got distracted working on other things for the extension. Adding `"sideEffects": false` to `node_modules/@puppeteer/replay/package.json` seems to work, as it results in the `main.js` bundle being empty. This is closer...

This recorder extension is designed to work with Jest and Vitest (soon), so we assume something like JSDOM is implementing DOM APIs. We could [use `document.evaluate` to implement `getElementByXpath`](https://stackoverflow.com/a/69754592/406249), as...

See https://github.com/jfmengels/eslint-plugin-fp/pull/32 and https://github.com/eslint-plugin-cleanjs/eslint-plugin-cleanjs/issues/1

I thought you could do that with tuple mapping in 3.1

FWIW the license is already declared in `package.json`

Are we still going to consider implementing other issues in the [milestone](https://github.com/prettier/prettier/milestone/14) before Prettier 3 is stable? I'm especially interested in #7475 for accessibility (also #6767 which isn't in the...

Like most Jekyll themes, Hyde acts like sort of a template of a site to build off of. I would recommend forking Hyde and copying over your existing Jekyll posts...

Adding it to an existing site may take some trial and error, so feel free to let me know if you have any other questions.