Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 84fc9ce

Browse files
TimothyGuaddaleax
authored andcommitted
events: move EventEmitter to V8 Extras
Reviewed-By: Anna Henningsen <[email protected]>
1 parent 692e369 commit 84fc9ce

6 files changed

Lines changed: 570 additions & 510 deletions

File tree

common.gypi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
# Enable disassembler for `--print-code` v8 options
2929
'v8_enable_disassembler': 1,
3030

31+
'v8_extra_library_files': [
32+
'./lib/extras/events.js'
33+
],
34+
3135
# Don't bake anything extra into the snapshot.
3236
'v8_use_external_startup_data%': 0,
3337

0 commit comments

Comments
 (0)