Jacob MacDonald
Jacob MacDonald
As far as not formatting generated files I believe the formatter supports some way of opting out files (or at least regions of files) now? cc @munificent to confirm if...
> If we go for this, I think it'd be worth to change the default behaviour and have `dart format` not check any `*.*.dart` I disagree, I think it would...
> If formatting should be disabled by default for generated files, then we need a way to tell dartfmt not to fail on those. Yes this is exactly what I...
The source_gen combined builder should definitely just do this by default, which will cover many use cases, and we can document for the custom use cases that it is best...
build_runner does not have any direct support for pub workspaces - you need to still use it as normal (add the dependency to each sub-packages pubspec etc). It does support...
I thought we had an open issue for some better support here but I don't see one, so we can leave this open to track that.