VREPL_MODE_STRICT
Bun

variable

repl.REPL_MODE_STRICT

const REPL_MODE_STRICT: unique symbol

A flag passed in the REPL options. Evaluates expressions in strict mode. This is equivalent to prefacing every repl statement with 'use strict'.