Skip to content
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

Merged
merged 8 commits into from May 3, 2019

Conversation

misterdev
Copy link
Contributor

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 do

Any feedback is appreciated :)

@misterdev misterdev changed the title [Chore]: move types to @types/yeoman-generator [WIP] chore(types): move to @types/yeoman-generator Apr 30, 2019
@misterdev misterdev marked this pull request as ready for review April 30, 2019 18:34
): YeoGenerator {
return class AddOnGenerator extends Generator {
public props: InquirerScaffoldObject;
): typeof Generator => class AddonGenerator extends Generator {
Copy link
Contributor Author

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

@misterdev misterdev changed the title [WIP] chore(types): move to @types/yeoman-generator chore(types): move to @types/yeoman-generator May 1, 2019
@webpack-bot
Copy link

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

Copy link
Contributor

@ematipico ematipico left a 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!!

@ematipico ematipico merged commit c910463 into webpack:master May 3, 2019
@misterdev misterdev deleted the update-yeoman-types branch May 5, 2019 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Chore]: move types to @types/yeoman-generator
3 participants