• adamk's avatar
    Remove --harmony-modules flag and let embedder decide when modules are used · 5a202cce
    adamk authored
    Modules already have a separate entrypoint into the engine (at the moment,
    this is v8::ScriptCompiler::CompileModule, though that will change to
    something like ParseModule). This meant that requiring a commandline flag
    simply added an extra complexity burden on embedders. By removing the v8
    flag, this lets embedders use their own flagging mechanism (such as d8's
    "--module", or Blink's RuntimeEnabledFeatures) to control whether
    modules are to be used.
    
    Also remove old modules tests that were being skipped (since they test
    very old, pre-ES2015 modules syntax).
    
    R=littledan@chromium.org
    BUG=v8:1569, chromium:594639
    LOG=y
    
    Review URL: https://codereview.chromium.org/1804693002
    
    Cr-Commit-Position: refs/heads/master@{#34764}
    5a202cce
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...