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

Commit

Permalink
Move EventEmitter to V8 Extras
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyGu committed Sep 20, 2017
1 parent ef85bd3 commit bb85e11
Show file tree
Hide file tree
Showing 6 changed files with 569 additions and 485 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 bb85e11

Please sign in to comment.