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

Commit

Permalink
events: move EventEmitter to V8 Extras
Browse files Browse the repository at this point in the history
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
TimothyGu authored and addaleax committed Oct 22, 2017
1 parent 692e369 commit 84fc9ce
Show file tree
Hide file tree
Showing 6 changed files with 570 additions and 510 deletions.
4 changes: 4 additions & 0 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,

'v8_extra_library_files': [
'./lib/extras/events.js'
],

# Don't bake anything extra into the snapshot.
'v8_use_external_startup_data%': 0,

Expand Down
Loading

0 comments on commit 84fc9ce

Please sign in to comment.