Skip to content

Commit 0cf4475

Browse files
committed
chore: ignore unexpected formatting
1 parent 33c70db commit 0cf4475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docs/internal-mechanism.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,12 @@ TypeScript's type inference is pretty good, so parsing Svelte as-is gives some w
123123

124124
e.g.
125125

126+
<!-- prettier-ignore -->
126127
```ts
127128
export let foo: { bar: number } | null = null;
128129

129130
$: console.log(foo && foo.bar);
130-
// ^ never type
131+
// ^ never type
131132
```
132133

133134
(You can see it on [TypeScript Online Playground](https://www.typescriptlang.org/play?#code/KYDwDg9gTgLgBAG2PAZhCAuOBvOAjAQyiwDsBXAWz2CjgF84AfOchBOAXhbLYFgAoAQBIsAYwgkAzhCQA6BBADmACjQQ4AMg1w1swlACUAbgFwz5i5YsB6a3AB6LYADcacGAE8wwAUA))

0 commit comments

Comments
 (0)