Colin Ihrig
Colin Ihrig
Things that might be worth incorporating: - New `es2022` environment. Introduced in 8.9.0. - New [`no-unused-private-class-members`](https://eslint.org/docs/rules/no-unused-private-class-members) rule. Introduced in 8.1.0. - New [`prefer-object-has-own`](https://eslint.org/docs/rules/prefer-object-has-own) rule. Introduced in 8.5.0. - New [`no-constant-binary-expression`](https://eslint.org/docs/rules/no-constant-binary-expression)...
#### Support plan * *which support plan is this issue covered by?* (e.g. Community, Core, Plus, or Enterprise): community * *is this issue currently blocking your project?* (yes/no): no *...
It looks like https://ci.nodejs.org/job/node-test-pull-request/43286/ is the first job that is stuck. The reason appears to be node-test-binary-arm-12+. Most of the subsequent PR jobs appear to be stuck because of this.
The V8 7.7 update requires the following adjustments to the postmortem debugging metadata constants: - v8dbg_class_ConsString__first__String - Class is now generated via torque. - Postmortem tools should use v8dbg_class_ConsString__first_offset__int -...
The V8 7.4 update requires the following adjustments to the postmortem debugging metadata constants: - `v8dbg_class_FixedTypedArrayBase__external_pointer__Object` - Type changed in https://github.com/v8/v8/commit/f70bb59b57e2a66f165a728c1799e36ceb0e9fc8#diff-f3f182b0510ba2ee39ae87e421ff110b. - Use `v8dbg_class_FixedTypedArrayBase__external_pointer__uintptr_t` - `v8dbg_class_JSArrayBuffer__backing_store__Object` and `v8dbg_class_JSArrayBuffer__byte_length__Object` - Type...
The V8 7.2 update requires the following adjustments to the postmortem debugging metadata constants: - `v8dbg_prop_idx_first` was removed in v8/v8@1ad0cd5 - `v8dbg_jsarray_buffer_was_neutered_mask` was renamed to `v8dbg_jsarray_buffer_was_detached_mask` in v8/v8@f68ee6e - `v8dbg_jsarray_buffer_was_neutered_shift`...
The V8 7.6 update requires the following adjustments to the postmortem debugging metadata constants: - `v8dbg_class_FixedTypedArrayBase__base_pointer__Object` - Field moved from FixedTypedArrayBase to JSTypedArray. - Postmortem tools should use `v8dbg_class_JSTypedArray__base_pointer__Object`. -...
This commit allows the Node compatibility layer to skip environment variable permission checks when --unstable is passed and the variable name is one that Node uses. Fixes: https://github.com/denoland/deno/issues/15890
**Describe the bug** If an exception is thrown from the handler of a running server, the process hangs and no error is reported. If the server is closed prior to...
This issue is about updating the Node compatibility layer test suite to Node 18 as it enters LTS in October 2022. - https://github.com/denoland/deno_std/pull/2585 has already been opened and finishes most...