dart-lang / source_gen

Automatic source code generation for Dart
https://pub.dev/packages/source_gen
BSD 3-Clause "New" or "Revised" License
484 stars 105 forks source link

Add configuration for not throwing on unresolved annotations #683

Closed jakemac53 closed 1 year ago

jakemac53 commented 1 year ago

Closes https://github.com/dart-lang/source_gen/issues/682

This only enables configuration right now, mostly to avoid any change in default behavior. I am open to changing the default too though.