-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
chore(types): move to @types/yeoman-generator #869
Conversation
): YeoGenerator { | ||
return class AddOnGenerator extends Generator { | ||
public props: InquirerScaffoldObject; | ||
): typeof Generator => class AddonGenerator extends Generator { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about typeof Generator
, just Generator
doesn't work
7b43d75
to
75a2d7c
Compare
Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing job dude! Thank you!!
What kind of change does this PR introduce?
Removes custom Yeoman types in favour of
@types/yeoman-generator
Summary
Closes #865
It compiles and seems to be working, I've marked with
// TODO
where there's some work left to doAny feedback is appreciated :)