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
The following input is automatically generated by the Vue3 CLI in a shim file named shims-vue.d.ts when making a new TypeScript Vue3 project. The auto-generated code lacks semicolons by default. This default generated code completely breaks once formatted.
So it might seem that the issue is the lack of semicolons. With them added, the code no longer breaks, but is very oddly formatted that produces less legible code.
The following input is automatically generated by the Vue3 CLI in a shim file named
shims-vue.d.ts
when making a new TypeScript Vue3 project. The auto-generated code lacks semicolons by default. This default generated code completely breaks once formatted.Input 1:
Output 1:
Expected behavior 1:
So it might seem that the issue is the lack of semicolons. With them added, the code no longer breaks, but is very oddly formatted that produces less legible code.
Input 2:
Output 2:
Expected behavior 2:
The text was updated successfully, but these errors were encountered: