C#1 getCarriers(): any {
2 this.carrierSvc.getCarriers()
3 .done((data) => {
4 for (let item of data) {
5 const carrier = new Carrier()
6 }
7 });
8 }
If I try to put a semicolon at the end of line 5, no semicolon is inserted and the caret jumps to the end of line 7.
Eric,
Thank you for reporting this issue. I reproduced it. We will notify you when we fix it.