Lex Lavnikov
Lex Lavnikov

I've managed to get esbuild to build this simple project by changing cache folder to \yarn.cache This is not what is exactly needed, but at least this way it produces...
The next step was to add some plugins (for example esbuild-plugin-less, esbuild-plugin-copy,esbuild-plugin-svgr), so we add one more file. build.mjs (settings the same parameters) ``` import { build } from 'esbuild'...
In fact it does. I have just found how. ``` yarn config set pnpEnableEsmLoader true ``` So now we can you esbuild script with yarn. Next step is to enable...
I moved Yarn cache to D: drive and it is still the same error. Just "D:\\D:\\...". Looks like path concatenation routine does not respect drive-letter rooted paths, bluntly contatenating them...
Ironically, global cache was the main reason to enable Yarn PnP to avoid refetching of node-modules. Turning it off is in fact just renaming node-modules folder to .yarn On Wed,...
F# is definitely on my future list. But at this moment I do have just too little knowledge about F# to answer with certainty whether it works.
I have absolutely no time frame to share atm. 1. I have a working CSX transpiler (similar to XAML -> g.cs), but integrating it into VS with useful debugging experience...
> it would make writing WPF apps way more fun > Absolutely! React approach to generate UI is so much better and clearer than VM+DataBinding in typical WPF/UWP app.
Привет, Максим. Дело в том, что версия на github уже давно не обновлялась. Я убрал транскомпилятор и приделал debugger-friendly опцию для конструирования Xaml-а в коде. Версии для всех вариаций Xaml...