You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you type nothing into the first line of REPL input, you should not see 'use strict'. The TS compiler emits 'use strict' but that's not what the user entered, so they shouldn't see it.
Actual Behavior
Hitting enter in the REPL with no input on the first line shows use strict
The text was updated successfully, but these errors were encountered:
Expected Behavior
If you type nothing into the first line of REPL input, you should not see
'use strict'
. The TS compiler emits'use strict'
but that's not what the user entered, so they shouldn't see it.Actual Behavior
Hitting enter in the REPL with no input on the first line shows
use strict
The text was updated successfully, but these errors were encountered: