Mathis Møller
Mathis Møller
As Next.js has support for SWC plugins through WASM, lets mirror the functionality of our Babel plugins for SWC.
It looks like caching was broken or mistakenly removed in #356 It seems like the automatic caching was removed here: https://github.com/microsoft/just/commit/df664ff35c4b42a628c347040eabb80a2c5f224e#diff-d14e97d66c8036bdff668e72e7c23a69 Any reason behind this?
I propose adding a task for Rollup. Rollup is used by many to optimize their libraries and is a solid tool. Webpack doesn't have esm support yet.
When using `task("no-op", () => {}).cached()` with TypeScript, cached gives a TS error: ``` Property 'cached' does not exist on type 'void | TaskFunction'. Property 'cached' does not exist on...
At my company, we use just-scripts for tooling around our monorepo. We want to introduce Babel to our TypeScript for the speed and plugins (Like react-refresh). Therefore I propose adding...
It would be great to be able to use Just with TypeScript, through @babel/register. I propose making a config file for Just, for e.g. specifying configuration like require hook. This...