Closed
Description
- Version: HEAD
- Platform: all
- Subsystem: repl
The REPL makes const
variables not const if await
appears in the input:
const x = 1; x = 2; await 0; x
The REPL makes const
variables not const if await
appears in the input:
const x = 1; x = 2; await 0; x