We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
TS Version: 1.1
Given
function foo() { var x = 10; var y = 11; }
We used to get
In the new compiler the line break is missing
(Both compilers removed the first empty line, but the new compiler has gone a step further.)
This can affect the experience when debugging JavaScript in the browser.
Hi,
TS Version: 1.1
Given
We used to get
In the new compiler the line break is missing
(Both compilers removed the first empty line, but the new compiler has gone a step further.)
This can affect the experience when debugging JavaScript in the browser.