diff --git a/GANReviewTool/GANReviewTool.js b/GANReviewTool/GANReviewTool.js index 4174348..d9b4ddc 100644 --- a/GANReviewTool/GANReviewTool.js +++ b/GANReviewTool/GANReviewTool.js @@ -1,5 +1,6 @@ // +// Move these to a bootstrap file? const { GANReviewController } = require("./modules/GANReviewController.js"); const { GANReviewHTMLGenerator } = require("./modules/GANReviewHTMLGenerator.js"); const { GANReviewWikicodeGenerator } = require("./modules/GANReviewWikicodeGenerator.js"); diff --git a/VisualEditorEverywhere.js b/VisualEditorEverywhere.js index 7b507e3..a66d840 100644 --- a/VisualEditorEverywhere.js +++ b/VisualEditorEverywhere.js @@ -1,6 +1,6 @@ // -// TODO: fix the race condition. still present as of 08/31/22. got it when clicking from WT:NPPC to WP:NPPC. not consistently reproducible. use mw.hook( 've.activationComplete' )? list of VE hooks: https://codesearch.wmcloud.org/deployed/?q=mw%5C.hook.*%5C.fire&files=&excludeFiles=&repos=mediawiki%2Fextensions%2FVisualEditor +// TODO: fix the race condition. still present as of 04/19/24. got it when clicking from WT:NPPC to WP:NPPC. not consistently reproducible. use mw.hook( 've.activationComplete' )? list of VE hooks: https://codesearch.wmcloud.org/deployed/?q=mw%5C.hook.*%5C.fire&files=&excludeFiles=&repos=mediawiki%2Fextensions%2FVisualEditor // TODO: add support for [edit] links in diffs class VisualEditorEverywhere {