We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aff6ff commit d02ea53Copy full SHA for d02ea53
lib/eslint.config_partial.mjs
@@ -356,7 +356,7 @@ export default [
356
name: 'SubtleCrypto',
357
message: "Use `const { SubtleCrypto } = require('internal/crypto/webcrypto');` instead of the global.",
358
},
359
- // Float16Array is not available in primordials because it's only available with --js-float16array CLI flag.
+ // Float16Array is not available in primordials because it can be disabled with --no-js-float16array CLI flag.
360
{
361
name: 'Float16Array',
362
message: 'Use `const { Float16Array } = globalThis;` instead of the global.',
0 commit comments