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
# Dark blue?```js
type X=1```# Dark blue?```tstypeX=1```# Dark blue?
The bug is tracked at microsoft/TypeScript-TmLanguage#873.
It affects this grammar when used on GH only when using ```ts.
It affects this grammar when used in VS code everywhere.
The actual solution is upstream, but tracking it here as users might run into it.
In the mean time, add a semicolon :'(
# Dark blue?```tstypeX=1;
```# Dark blue?
The text was updated successfully, but these errors were encountered:
wooorm
changed the title
Upstream TS grammar bug: No semicolon after a type leads to embedded TS running amock
Upstream TS grammar bug: No semicolon after a type leads to embedded TS running amok
Jun 20, 2023
Example:
The bug is tracked at microsoft/TypeScript-TmLanguage#873.
It affects this grammar when used on GH only when using
```ts
.It affects this grammar when used in VS code everywhere.
The actual solution is upstream, but tracking it here as users might run into it.
In the mean time, add a semicolon :'(
The text was updated successfully, but these errors were encountered: