Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.9k
Upgrade Webdoc#6985
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Upgrade Webdoc#6985
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@SukantPal I'm seeing a bunch of errors here.
|
ShukantPal commentedNov 9, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Good things:
Bad things:
|
@bigtimebuddy As for the errors, those existed before this PR. I can explain them here:
/** * Webdoc will fail to understand what this is :P */typeBasis={prop:string};
|
@SukantPal would you mind making those fixes on this PR? I think you have a good idea where they need to be changed. |
codecov-io commentedNov 14, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## dev #6985 +/- ##========================================= Coverage 100.00% 100.00% ========================================= Files 17 17 Lines 704 704 ========================================= Hits 704 704 Continue to review full report at Codecov.
|
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.
I'll update pixi-webdoc-template next weekend. I've been trying to fix all the type-checking errors in webdoc from Flow - except there are literally thousands (yes, 2200 on @webdoc/parser itself). That number is kind of inflated because some lines have up to 50 errors.
Once that's done, I'll get time again to fix pixi-webdoc-template.
So I republished webdoc 1.1.2 and then pixi-webdoc-template 1.1.3, and those should fix the |
Well shoot, internal links to static method are broken. The fragment in the URL for static method contains the random ID generated for their docs, instead of their name. I guess we'll have to wait :( |
But this will close#7001, because PIXI.extract has the correct URL:http://pixijs.download/dev-webdoc-upgrade/docs/PIXI.Extract.html |
I fixed the 3 issues in the Trello links in my last comment.@bigtimebuddy you can checkhttp://pixijs.download/dev-webdoc-upgrade/docs/index.html and see for yourself! |
Much better! |
@ivanpopelyshev Can you approve? |
Thanks for your help @SukantPal |
Upgrade Webdoc and template to the latest versions.