Commit 1d1a7d8
committed
Update chrome-devtools baseline
Now it turns out that we don't support Closure's property declaration
style, which doesn't require assignment in the constructor:
```js
class C {
constructor() {
/** @type {number} */
this.n
}
}
```
This means that we still miss basically all the properties of class.
Also the 'conflicting declarations' message still mentions absolute
paths :(1 parent 418274e commit 1d1a7d8
1 file changed
Lines changed: 7117 additions & 7146 deletions
0 commit comments