mediawiki-extensions-CodeMi.../tests/jest
MusikAnimal ca02360228 CM6: Switch to using Rollup instead of Webpack; make RL-compatible
See https://w.wiki/9Twh for example usage with ResourceLoader.

Webpack is retired in favor of Rollup, which allows us to convert the
ECMAScript Modules into CommonJS modules for use by ResourceLoader.
We now have a file in dist/ for each RL module that we want to offer,
including the 'lib' module which includes the CM library itself.

Because Rollup has no knowledge of the ResourceLoader module registry,
the generated output requires other modules via relative path, when it
needs to be the RL module name. To get around this, we do a crude
find/replace after the files are generated. Hacky, but necessary to make
CodeMirror usable by gadgets and scripts that don't also want
WikiEditor.

Add new RL modules 'ext.CodeMirror.v6.lib' (vendor code) and
'ext.CodeMirror.v6' (the main CodeMirror class, sans WikiEditor).

Clean up extension.json, listing the v6 modules beneath the old ones.

Bug: T214989
Change-Id: Ide716247e545cf2bdd977bea645729564ebbe6e2
2024-03-19 22:48:52 -04:00
..
.eslintrc.json CodeMirror6: add new modules, feature flag, and URL query parameter 2023-10-09 19:51:24 -04:00
codemirror.bidiIsolation.test.js CM6: move bidiIsolation to be part of CodeMirrorModeMediaWiki 2024-03-19 22:48:34 -04:00
codemirror.mode.mediawiki.test.js CM6: move bidiIsolation to be part of CodeMirrorModeMediaWiki 2024-03-19 22:48:34 -04:00
codemirror.test.js CM6: Switch to using Rollup instead of Webpack; make RL-compatible 2024-03-19 22:48:52 -04:00
codemirror.wikieditor.test.js CodeMirrorWikiEditor: Remove hack to fix height in WikiEditor 2024-03-13 11:18:20 -04:00
setup.js CM6: Switch to using Rollup instead of Webpack; make RL-compatible 2024-03-19 22:48:52 -04:00