You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried writing gadgets with ES bundler (rollup) and TypeScript several times and feel comfortable with my solution overall:
rollup has few dependencies than browserify and is more modern for ES bundling
I created a rollup plugin for integration with MW ResourceLoader and can (for instance) use Vue.js from MediaWiki itself
TypeScript allows you to write strongly typed JavaScript and with types-mediawiki you got Intellisense for mw interfaces
It would be great if this repo can be updated and add support for npm init.
The text was updated successfully, but these errors were encountered:
diskdance
changed the title
Possible improvements: use rollup and TypeScript
Possible improvements: use rollup and TypeScript, add support for npm init
Aug 8, 2023
This repo looks good, but it can be better.
I have tried writing gadgets with ES bundler (rollup) and TypeScript several times and feel comfortable with my solution overall:
It would be great if this repo can be updated and add support for npm init.
The text was updated successfully, but these errors were encountered: