Files
vscode/extensions
Matt Bierner f17b33faf2 Use .?method() in more places (#152112)
Switches simple patterns like:

```ts
if (some.thing) {
    some.thing.method();
}
```

to:

```ts
some.thing?.method()
```

This is more concise and avoids having to repeat the `some.thing` part
2022-06-15 16:28:31 +00:00
..
2022-06-10 13:55:11 +00:00
2022-05-30 17:42:17 +02:00
2022-05-02 11:20:10 +02:00
2022-06-14 08:39:28 +02:00
2022-06-14 14:41:04 +02:00
2022-04-25 21:03:41 +02:00
2022-06-08 17:49:21 +02:00
2022-06-08 17:49:21 +02:00
2022-06-08 17:49:21 +02:00
2022-06-08 17:49:21 +02:00
2022-06-07 09:37:14 -07:00
2022-03-07 15:18:39 +01:00
2022-05-02 11:20:10 +02:00
2022-03-29 11:11:11 +02:00
2022-03-07 15:18:39 +01:00
2022-03-29 11:11:11 +02:00
2022-03-15 11:05:34 +01:00
2022-06-15 16:13:17 +02:00
2022-05-13 10:22:33 +02:00
2022-06-03 20:08:35 +00:00
2022-06-03 20:08:35 +00:00