..
assert
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
bootstrap
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
child_process
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
cluster
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
console
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
crypto
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
debugger
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
dns
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
events
lib: performance improvement on readline async iterator
2022-10-24 12:49:16 +00:00
fs
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
http2
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
legacy
lib: make process.binding('util') return only type checkers
2021-03-27 15:45:12 +00:00
main
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
modules
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
per_context
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
perf
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
policy
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
process
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
readline
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
repl
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
source_map
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
streams
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
test
lib: add support for JSTransferable as a mixin
2021-04-26 07:55:48 -07:00
test_runner
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
tls
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
util
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
v8
bootstrap: fixup Error.stackTraceLimit for user-land snapshot
2022-08-18 13:05:31 +00:00
vm
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
watch_mode
test_runner: support watch mode
2022-11-13 21:40:26 +00:00
webstreams
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
worker
tools: add `prefer-proto` rule
2023-01-10 05:38:36 +00:00
abort_controller.js
lib: tighten `AbortSignal.prototype.throwIfAborted` implementation
2023-02-08 13:29:09 +00:00
assert.js
…
async_hooks.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
blob.js
buffer: remove unnecessary lazy loading
2022-12-12 13:53:27 +00:00
blocklist.js
net: allow net.BlockList to use net.SocketAddress objects
2021-04-02 06:16:42 -07:00
buffer.js
util: use private symbols in JS land directly
2022-11-17 18:54:01 +01:00
child_process.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
cli_table.js
lib: refactor to use primordials in lib/internal/cli_table
2021-04-05 18:20:38 -07:00
constants.js
lib: replace charCodeAt with fixed Unicode
2020-06-19 07:46:37 -07:00
dgram.js
lib: refactor to use validateFunction
2021-01-27 20:46:54 +02:00
encoding.js
tools: add `prefer-proto` rule
2023-01-10 05:38:36 +00:00
error_serdes.js
tools: add `prefer-proto` rule
2023-01-10 05:38:36 +00:00
errors.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
event_target.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
file.js
buffer: introduce File
2022-11-10 20:52:45 +00:00
fixed_queue.js
lib: fix reference leak
2022-09-07 09:33:10 +00:00
freelist.js
…
freeze_intrinsics.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
heap_utils.js
lib: add options to the heap snapshot APIs
2022-11-08 16:19:54 +01:00
histogram.js
lib: refactor to use min/max of `validateNumber`
2023-02-03 21:12:05 +00:00
http.js
http: trace http request / response
2022-08-05 14:25:06 +00:00
idna.js
dns: use url module instead of punycode for IDNA
2021-03-23 20:44:31 +01:00
inspector_async_hook.js
async_hooks: refactor to use more primordials
2020-11-20 20:10:19 +00:00
js_stream_socket.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
linkedlist.js
cluster: use linkedlist for round_robin_handle
2021-11-28 21:39:10 -08:00
mime.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
net.js
net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options
2022-12-03 17:55:57 +00:00
options.js
bootstrap: refresh options in pre-execution
2022-03-31 19:29:08 +08:00
priority_queue.js
lib: refactor PriorityQueue to use private field
2022-07-23 21:44:18 +01:00
promise_hooks.js
lib: use `kEmptyObject` in various places
2022-06-11 12:18:16 +02:00
querystring.js
typings: add JSDoc Types to lib/querystring
2021-04-18 11:00:28 +02:00
readme.md
…
repl.js
tools: add `prefer-proto` rule
2023-01-10 05:38:36 +00:00
socket_list.js
…
socketaddress.js
lib: use `kEmptyObject` as default value for options
2022-12-31 07:33:39 +00:00
stream_base_commons.js
lib: replace validator and error
2022-02-05 08:36:48 -08:00
structured_clone.js
lib: throw error in structuedClone when no arguments are passed
2022-01-24 23:17:37 +00:00
timers.js
tools: add `prefer-proto` rule
2023-01-10 05:38:36 +00:00
trace_events_async_hooks.js
lib: comment explaining special-case handling of promises
2021-07-23 03:54:33 +00:00
tty.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
url.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
util.js
tools: add `prefer-proto` rule
2023-01-10 05:38:36 +00:00
v8_prof_polyfill.js
tools: add `console` to the list of restricted globals
2022-02-19 19:00:55 +00:00
v8_prof_processor.js
lib: refactor to avoid unsafe array iteration
2021-10-03 09:48:07 +00:00
validators.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
vm.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00
wasm_web_api.js
bootstrap: support more builtins in the embedded code cache
2022-08-05 01:11:20 +08:00
watchdog.js
test: add semicolons for linter update
2021-11-08 13:16:21 -08:00
webidl.js
perf_hooks: convert maxSize to IDL value in setResourceTimingBufferSize
2022-10-13 17:25:33 +00:00
worker.js
lib: enforce use of trailing commas for functions
2023-02-14 18:45:16 +01:00