-
Notifications
You must be signed in to change notification settings - Fork 125
Move generator options into generator.dart #2100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'll take a second look once the base lands. My main concern here is it seems like a lot of parameters, while they theoretically could apply to different generators, will change radically in behavior (for example, the templates directory I assume might not contain HTML?). It's probably fine for now, but it'll be necessary to clarify this more once we actually have different generators. |
Yeah, it might not actually be necessary/worthwhile to split base vs html generator options. I'll ponder this a little more. |
9ae5bce
to
4f27b8f
Compare
Recombined the base and html options into one |
4f27b8f
to
17e6db2
Compare
(on top of #2098 - compare here)
Moved options that configure the generator to
generator.dart
. These can be used by more than one generator in the future.