Hi,
im upgrading from 8.0.426.26 to 8.4.371.22.
I've a small test case where I evalute (using v8::Module::Evaluate) a ES6-Module with the following content:
----
hello();
----
In 8.0.x I get an exception:
HelloWorld1.js:1: <no exeception message>
hello();
^
ReferenceError: hello is not defined
at HelloWorld1.js:1:1
In 8.4.x there is no exception (it succeddes).
It this expected?
Thanks.