When I was adding the localization I accidentally forgot to pass experiments down to the repl validator and highlighter. This had the odd result of breaking in the terminal, but not in wasm where we skip the reedline repl and use the internals directly to build our own repl.
When I was adding the localization I accidentally forgot to pass experiments down to the repl validator and highlighter. This had the odd result of breaking in the terminal, but not in wasm where we skip the reedline repl and use the internals directly to build our own repl.
Now both repls should allow
--experiments
again