I don't know what state precisely the modules code is in, but generally,
existing tests are expected to pass, unless they're annotated otherwise in
the corresponding test suite's .status file (test/mjsunit/mjsunit.status in
this case). You could simply run them to verify ;-)

However, I would recommend not to rely on experimental off-by-default
features. They might contain known bugs (including security/stability
bugs), might be incomplete, might change without warning in the future, or
whatever. When a feature is ready for prime-time, it will be turned on by
default.


On Thu, Jul 31, 2014 at 1:44 AM, Jane Chen <jxche...@gmail.com> wrote:

> I am on v8 3.24, and I find these files under test/mjsunit/harmony:
>
> module-resolution.js, module-parsing.js, module-recompile.js,
> module-linking.js
>
> Does it mean that import and export of modules work as demonstrated by the
> tests as long as I turn on the harmony-modules and harmony-scoping flags?
>
> If not, do they work in a more recent release of v8?
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to