Every other module in `lib/internal` is not available via `require()` without the `--expose-internals` flag but `internal/repl` is.
Activity
targos commentedon Oct 16, 2015
Ref: 0450ce7
node/lib/module.js
Lines 276 to 277 in 9148114
Fishrock123 commentedon Oct 19, 2015
cc @chrisdickinson Are you able to give some context here?
evanlucas commentedon Dec 10, 2015
This was fixed in ee72ee7.
Just tested on v5.2.0 and confirmed.