DescriptionEnable compiling mjsunit tests as ES6 modules
Adding the line "// MODULE" to an mjsunit file will now cause
run-tests.py to prefix the test case with "--module" in the
d8 commandline.
d8 has itself been updated to treat files preceded with "--module" as
modules (that is, it compiles them with ScriptCompiler::CompileModule,
and turns on --harmony-modules).
Committed: https://crrev.com/a18b797fd96730bc9407d27195fac66f44865004
Cr-Commit-Position: refs/heads/master@{#26555}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|