Eli

Results 430 comments of Eli

@jakemac53, that removed actual usage of js, but it's still listed as a dependency: https://github.com/dart-lang/build/blob/7dbcd8532f417c7f9c18b173a070deb104a5c21e/build_runner/pubspec.yaml#L34 --- And it looks like build_web_compilers still depends on it as well.

> Oh you are saying it's an unused dependency that just didn't get cleaned up In build_runner, yes, in build_web_compilers, there's an actual use (but there's an ignore_deprecated_member_use, so that's...

Here's `build_web_compilers`: https://github.com/dart-lang/build/blob/7dbcd8532f417c7f9c18b173a070deb104a5c21e/build_web_compilers/web/stack_trace_mapper.dart#L27-L28

I don't depend on build_web_compilers, but can we at least remove the unused dependency on `js` in `build_runner` on Monday? (It's not breaking me, it's just that it's a tiny,...

> They'll just see a warning, I think? Or is there actual breakage? Just a warning, but again, it's a one-line fix and I'm certain some people will read "deprecated"...

> Any updates on this [@davidmorgan](https://github.com/davidmorgan) ? The update (as far as I can tell) is that @davidmorgan's experiments are coming along well and if we keep being patient, we'll...

> I don't think clean is intended to do anything in a monorepo ... you'd have to run it in each individual package. I'm sorry, I wasn't clear above. While...

That issue is about names, and was fixed about a year ago. That is an interesting error though. File a new issue with Freezed?

@ije, this still seems to be happening. Is there a workaround? What's needed to get it fixed?

> any update on if this is a roadmap? from #2363: > The good news is that Preact recently added support for rendering async components on the server itself. This...