diff options
author | Anna Henningsen <anna@addaleax.net> | 2019-01-06 01:52:16 +0100 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2019-01-09 00:31:33 +0100 |
commit | 63d4cae009e114127e1a80644e4bffc019e2f4a7 (patch) | |
tree | c80a23e7afb130dd9053b86952eaca3722bc2fd5 /test/parallel/test-worker-stdio.js | |
parent | 8ec3c350f54933d9237c63dd17a9a24472fce591 (diff) | |
download | node-new-63d4cae009e114127e1a80644e4bffc019e2f4a7.tar.gz |
worker: remove `--experimental-worker` flag
Having an experimental feature behind a flag makes change
if we are expecting significant breaking changes to its API.
Since the Worker API has been essentially stable since
its initial introduction, and no noticeable doubt about
possibly not keeping the feature around has been voiced,
removing the flag and thereby reducing the barrier to experimentation,
and consequently receiving feedback on the implementation,
seems like a good idea.
PR-URL: https://github.com/nodejs/node/pull/25361
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'test/parallel/test-worker-stdio.js')
-rw-r--r-- | test/parallel/test-worker-stdio.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-worker-stdio.js b/test/parallel/test-worker-stdio.js index 366f9e694d..d4c008713b 100644 --- a/test/parallel/test-worker-stdio.js +++ b/test/parallel/test-worker-stdio.js @@ -1,4 +1,3 @@ -// Flags: --experimental-worker 'use strict'; const common = require('../common'); const assert = require('assert'); |