fisker Cheung

Results 1279 comments of fisker Cheung

I didn't see v5 here https://github.com/meriyah/meriyah/releases Did we lost opportunity to fix https://github.com/meriyah/meriyah/issues/236?

Maybe the option should be `allowComments: true`?

Please add tests to verify your change https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/test/no-array-callback-reference.mjs

`punycode` suggest use `const punycode = require('punycode/');` https://www.npmjs.com/package/punycode Maybe `import { strict as assert } from 'assert/';` works too?

`import { strict as assert } from 'assert/build/assert.js';`?

https://github.com/sindresorhus/eslint-plugin-unicorn/issues/695#issuecomment-622282550

> See if this is possible at all in Flat config. > Figure out the eslintrc compatibility story. In my experience, regex literal works for both flat config and eslintrc....

I never used `process.nextTick` in Node.js, but in browser, I used `setTimeout` `setImmediate` `requestAnimationFrame` `MutationObserver` `Promise#then` to do similar thing.