schultek / stormberry

Access your postgres database effortlessly from dart code.
https://pub.dev/packages/stormberry
MIT License
68 stars 17 forks source link

Don't try to generate schema for non-library files #43

Closed abitofevrything closed 1 year ago

abitofevrything commented 1 year ago

When other builders are used in parallel with stormberry, for example json_serializable, generated part of files are attempted to be used as complete libraries. This PR skips those files (as the are handled in the actual library file anyways).

schultek commented 1 year ago

Thanks