Subscribe on changes!

async transformer doesn't correctly detect need for semicolon in block

avatar
Apr 26th 2022

Version

3.2.33

Reproduction link

sfc.vuejs.org/

Steps to reproduce

Nest an async call in a block following a string and it will not correctly detect that it needs a semicolon.

What is expected?

A semicolon should be inserted.

What is actually happening?

No semicolon is inserted.


Related:

avatar
May 17th 2022

closed via #5810