the two npm packages have some boilerplate JS which tries to load a .node which seems to be written in rust (🤮) At least it's a native module, not a wasm module
I would start with packaging oxide, it's definitely needed as it provides a Scanner class which is the first step in tailwind build. Not sure if lightningcss is actually used yet.
Comments 4
No updates past 7.66 because of gh#signalapp/Signal-Desktop#7463
Not sure if I understand it correct, but the two npm packages are just binary downloader? So we would have to build from https://github.com/tailwindlabs/tailwindcss and https://github.com/parcel-bundler/lightningcss directly?
the two npm packages have some boilerplate JS which tries to load a .node which seems to be written in rust (🤮) At least it's a native module, not a wasm module
I would start with packaging oxide, it's definitely needed as it provides a
Scanner
class which is the first step in tailwind build. Not sure if lightningcss is actually used yet.