Morgan :)
Morgan :)
Very interesting :) Most of the packages listed in https://github.com/dart-lang/sdk/issues/62163#issuecomment-3614340020 are deps of `build_runner` and the web builders, which in a sense _is_ webdev. I'm afraid that moving webdev+build_runner into...
Re: `webdev`, that makes sense. Re: serialization, it would be very useful for me if we could dig a little into the option of staying on `build_runner` generated serialization code,...
Meeting sounds good, thanks. > I would prefer that we don't add any more build systems to the SDK, unless absolutely essential. The same with taking dependency on built_value. I...
Thanks! I think `package:watcher` should do case folding if it decides the watched directory is case insensitive; just need to see if I can come up with a way to...
I still need to do the integration work on the build_runner side :)
This should be solved in `build_runner` https://github.com/dart-lang/build/issues/3887
@lrhn Thanks! Indeed, not an easy one :) It might be helpful to consider this in combination with https://github.com/dart-lang/build/issues/4085. If there is a convenient way to hide most generated source,...
Another direction we could go with this would be to do #4002, provide a workflow for builders to modify your checked-in source. If builders can modify source in a low...
Marking them in some way makes sense; I agree we could do it without a language feature. Planning on doing something from the build_runner side with no language features needed...
Thanks! Yes, I should have mentioned jaspr, I think figuring out why jaspr needs to run like that is part of the same question :)