phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Add missed features, cleanup #20

Closed pinepain closed 7 years ago

pinepain commented 7 years ago

This PR adds more missed API to bring ES Modules closer. At this time their API is highly experimental, so it doesn't make much sense to add support for them at this time (unless you want to practice in gdb and catching segfaults), let's wait before getting more stable.

Public API changes In this PR and changes that may affect BC:

* - BC-breaking or potentially BC-breaking changes