Peter Burns

Results 156 comments of Peter Burns

Ha, that's elegant! The actual use case I was evaluating was [`goog.Disposable`](https://google.github.io/closure-library/api/goog.Disposable.html), which has many subclasses that override its `defer` method, and wondering if it could ever extend `DisposableStack` (answer:...

Hm, fair point. What was the motivation for having the `dispose` / `disposeAsync` methods? What if we dropped them? Besides the foot gun in https://github.com/tc39/proposal-explicit-resource-management/issues/231, it seems somewhat odd to...

We use `npm ci`, so you'll need a `package-lock.json` file in the ember directory: https://github.com/webcomponents/custom-elements-everywhere/actions/runs/13702513171/job/38674192501?pr=2438

Ah, this will need to be done with the next TypeScript compiler update

The root cause, if specifying source files works for you, is that v1.7 of the CLI's `analyze` and `lint` commands will try to infer the source files of your project...