Skip to content

repl: unflag --experimental-repl-await

This enables the --experimental-repl-await flag automatically.

Personally I find the await import('module') pattern indispensible here and keep forgetting that the --experimental-repl-await flag exists. This really makes modules experimentation much much easier, amongst many other things.

I would propose we keep the feature itself classed as unstable, but the REPL should in theory be able to accommodate more churn than most outward Node.js APIs anyway.

//cc @nodejs/modules @nodejs/repl @devsnek

Merge request reports

Loading