summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2020-05-23 15:43:58 -0700
committerJames M Snell <jasnell@gmail.com>2020-05-28 06:31:58 -0700
commit785842a053d62820027c6b62b41110113a7f1755 (patch)
tree0604009d2b0a263402add3718d2580127a105275 /node.gyp
parent47044a91c6269a395098cf74d4b2a2e70df5c321 (diff)
downloadios-node-v8-785842a053d62820027c6b62b41110113a7f1755.tar.gz
ios-node-v8-785842a053d62820027c6b62b41110113a7f1755.tar.bz2
ios-node-v8-785842a053d62820027c6b62b41110113a7f1755.zip
events: initial implementation of experimental EventTarget
See documentation changes for details Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/33556 Refs: https://github.com/nodejs/node/pull/33527 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 63a5d341d8..b092757231 100644
--- a/node.gyp
+++ b/node.gyp
@@ -130,6 +130,7 @@
'lib/internal/encoding.js',
'lib/internal/errors.js',
'lib/internal/error-serdes.js',
+ 'lib/internal/event_target.js',
'lib/internal/fixed_queue.js',
'lib/internal/freelist.js',
'lib/internal/freeze_intrinsics.js',