Tracey Jaquith
Tracey Jaquith
prolly missing some risk like hoisting or something... but looks like if you just append `export default jQuery;` to the bottom of the `dist/jquery.js` file (and call it `dist/jquery.esm.js` or...
true! though my main goal is to continue to use jQuery w/ projects that are now entirely ESM / `import` :) certainly the `window.$` and `window.jQuery` lines could be erased...
oh, that's a very neat solve @brettz9 ship it! :D
here's my solve for it, using a CDN ( esm.sh is nice because you can self-host it if you like - took about 30m to get a docker container up...
found `denosass` this week, too. I've done a quick hack prototype conversion of ~15K lines of `.less` files, to `.scss` (using `npx less-scss-convertor` -- which is a bit crude &...
counterpoint: we dont *particularly* care about auto fix (though it's nice. much lower prio). I switched my team over to npm compatibility mode. I'm using `velociraptor` at top of huge...
BTW, here's the few issues I've still got, distilled out to a clean/minimal git repo & setup: https://github.com/traceypooh/eslint-deno - import/no-unresolved always unhappy - TypeError: cb is not a function (12...
This would _greatly_ help our team out, too, as we're considering lit SSR + light DOM only for our new architecture. Is there any way to use any of the...
also d3 v7. i was annoyed enough i made a decently functional datamaps for US and d3 v7 now. other regions _should_ be doable if @markmarkoh or someone else wants...
I'll link an example using full ESM `import`, latest: `d3`, `jquery`, and `topojson`, and such so you can see it in action at my work site once i get this...