0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib
Anna Henningsen f8d52c25c4 src: remove has_experimental_policy option
This would be set when `--experimental-policy` was set,
but since an empty string does not refer to a valid file,
we can just check the value of `--experimental-policy`
directly.

PR-URL: https://github.com/nodejs/node/pull/25628
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
2019-01-25 07:36:49 +01:00
..
internal src: remove has_experimental_policy option 2019-01-25 07:36:49 +01:00
_http_agent.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
_http_client.js http: make ClientRequest#setTimeout() noop at end 2019-01-22 05:25:47 +01:00
_http_common.js
_http_incoming.js
_http_outgoing.js
_http_server.js http: reuse noop function in socketOnError() 2019-01-20 15:38:14 -05:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js src: use consistent names for JSStream 2018-12-28 12:57:46 -08:00
_stream_writable.js
_tls_common.js
_tls_wrap.js tls: make tls.connect() accept a timeout option 2019-01-20 14:56:35 +01:00
.eslintrc.yaml tools: remove custom buffer-constructor lint rule 2018-12-30 19:17:44 -05:00
assert.js
async_hooks.js
buffer.js buffer: move Buffer prototype wiring into internal/buffer.js 2019-01-10 16:59:27 +08:00
child_process.js child_process: truncate output when maxBuffer is exceeded 2019-01-23 15:45:46 -08:00
cluster.js
console.js
constants.js
crypto.js crypto: remove deprecated crypto._toBuf 2019-01-08 01:04:18 +01:00
dgram.js
dns.js
domain.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
events.js events: show inspected error in uncaught 'error' message 2019-01-23 16:43:29 +01:00
fs.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
http2.js
http.js lib: support overriding http\s.globalAgent 2019-01-08 00:10:36 +01:00
https.js lib: support overriding http\s.globalAgent 2019-01-08 00:10:36 +01:00
inspector.js console: refactor inspector console extension installation 2019-01-23 20:23:23 +08:00
module.js
net.js http2: allow fully synchronous _final() 2019-01-23 16:32:20 +01:00
os.js os: add fallback for undefined CPUs 2019-01-16 12:41:56 +09:00
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js repl: indicate if errors are thrown or not 2019-01-02 14:58:47 +01:00
stream.js
string_decoder.js
sys.js
timers.js
tls.js lib: switch to object spread where possible 2018-12-20 13:14:46 +01:00
trace_events.js
tty.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
url.js
util.js util: fixes type in argument type validation error 2019-01-14 17:34:25 +01:00
v8.js
vm.js tools: enable no-useless-catch lint rule 2018-12-29 13:36:57 -05:00
worker_threads.js process: split worker IO into internal/worker/io.js 2018-12-31 14:19:49 +08:00
zlib.js zlib: add brotli support 2019-01-05 21:36:46 +01:00