URL: http://www.typescriptlang.org/play/#src=function%20test()%20%7B%0D%0A%20%20%20%20document.body.innerHTML%20%3D%20''%0D%0A%20%20%20%20let%20w%20%3D%20document.write.bind(document)%0D%0A%0D%0A%20%20%20%20async%20function%20t()%20%7B%0D%0A%20%20%20%20%20%20%20%20for%20(let%20i%20%3D%201%3B%20i%20%3C%2010%3B%20i%2B%2B)%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w(i)%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20await%201%0D%0A%20%20%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%7D%0D%0A%20%20%20%20t()%0D%0A%0D%0A%20%20%20%20async%20function%20f()%20%7B%0D%0A%20%20%20%20%20%20%20%20w('a')%0D%0A%20%20%20%20%20%20%20%20await%20undefined%0D%0A%20%20%20%20%20%20%20%20w('b')%0D%0A%20%20%20%20%20%20%20%20const%20p%20%3D%20new%20Promise(r%20%3D%3E%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w('c')%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20r()%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w('d')%0D%0A%20%20%20%20%20%20%20%20%7D)%0D%0A%20%20%20%20%20%20%20%20p.then(()%20%3D%3E%20w('e'))%0D%0A%20%20%20%20%20%20%20%20await%20p%0D%0A%20%20%20%20%20%20%20%20w('f')%0D%0A%20%20%20%20%20%20%20%20await%201%0D%0A%20%20%20%20%20%20%20%20w('g')%0D%0A%20%20%20%20%20%20%20%20await%20Promise.resolve(1)%0D%0A%20%20%20%20%20%20%20%20w('h')%0D%0A%20%20%20%20%7D%0D%0A%20%20%20%20f()%0D%0A%7D%0D%0Atest()%0D%0A Browser/Version: Developer Edition 65.0b5 (64-bit) Operating System: Mac What seems to be the trouble?(Required) too much bottom height; scroll in the code area will cause the entire body scroll Screenshot Please login to edit issues. View issue on Github Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
URL:
http://www.typescriptlang.org/play/#src=function%20test()%20%7B%0D%0A%20%20%20%20document.body.innerHTML%20%3D%20''%0D%0A%20%20%20%20let%20w%20%3D%20document.write.bind(document)%0D%0A%0D%0A%20%20%20%20async%20function%20t()%20%7B%0D%0A%20%20%20%20%20%20%20%20for%20(let%20i%20%3D%201%3B%20i%20%3C%2010%3B%20i%2B%2B)%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w(i)%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20await%201%0D%0A%20%20%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%7D%0D%0A%20%20%20%20t()%0D%0A%0D%0A%20%20%20%20async%20function%20f()%20%7B%0D%0A%20%20%20%20%20%20%20%20w('a')%0D%0A%20%20%20%20%20%20%20%20await%20undefined%0D%0A%20%20%20%20%20%20%20%20w('b')%0D%0A%20%20%20%20%20%20%20%20const%20p%20%3D%20new%20Promise(r%20%3D%3E%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w('c')%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20r()%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w('d')%0D%0A%20%20%20%20%20%20%20%20%7D)%0D%0A%20%20%20%20%20%20%20%20p.then(()%20%3D%3E%20w('e'))%0D%0A%20%20%20%20%20%20%20%20await%20p%0D%0A%20%20%20%20%20%20%20%20w('f')%0D%0A%20%20%20%20%20%20%20%20await%201%0D%0A%20%20%20%20%20%20%20%20w('g')%0D%0A%20%20%20%20%20%20%20%20await%20Promise.resolve(1)%0D%0A%20%20%20%20%20%20%20%20w('h')%0D%0A%20%20%20%20%7D%0D%0A%20%20%20%20f()%0D%0A%7D%0D%0Atest()%0D%0A
Browser/Version:
Developer Edition 65.0b5 (64-bit)
Operating System:
Mac
What seems to be the trouble?(Required)
Screenshot