Comment #6 on issue 1569 by [email protected]: Implement Harmony Modules
https://code.google.com/p/v8/issues/detail?id=1569#c6

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/aeb3a7174050e67267a4e2c123469f040400008e

commit aeb3a7174050e67267a4e2c123469f040400008e
Author: adamk <[email protected]>
Date: Tue Jan 27 21:06:36 2015

Begin modernization of --harmony-modules

The approach taken in this CL is to incrementally move toward the
currently-specced version of modules in ES6. The biggest change in this
patch is separating the parsing of modules from the parsing of scripts,
getting rid of the 'module' keyword and thus disallowing modules-in-scripts
as well as modules-in-modules.

The syntax supported by import/export declarations has not yet been significantly changed, with the major exception being that import declarations require a string
as the 'from' part.

Most of the existing tests have been disabled, with a first new test added
in cctest/test-parsing.

BUG=v8:1569
LOG=n

Review URL: https://codereview.chromium.org/881623002

Cr-Commit-Position: refs/heads/master@{#26299}

[modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/src/ast-value-factory.h [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/src/compiler.h [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/src/parser.cc [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/src/parser.h [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/src/scopes.cc [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/test/cctest/cctest.status [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/test/cctest/test-decls.cc [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/test/cctest/test-parsing.cc [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/test/mjsunit/harmony/module-parsing.js [modify] http://crrev.com/aeb3a7174050e67267a4e2c123469f040400008e/test/mjsunit/mjsunit.status


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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

Reply via email to