You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added field isStandalone to GeneratorBuilder to allow generation of a… (#86)
* Added field isStandalone to GeneratorBuilder to allow generation of a file that is not part of the source file.
* Added tests for isStandalone builder option.
* Throw error when 2+ generators used w/ standalone
- When both more than one generator and isStandalone: true passed to
GeneratorBuilder, an ArgumentError is thrown.
- Wrote test to verify that this happens.
* Actually have to include isStandalone in ArgumentError check.
* Added test for non-standalone, multiple generators
* Ran dartfmt.
0 commit comments