node-swc icon indicating copy to clipboard operation
node-swc copied to clipboard

Experimental repo to avoid spamming watchers

Results 2 node-swc issues
Sort by recently updated
recently updated
newest added

On Alpine, I'm not sure if it's supposed to be possible to install swc, but I get the following failure ``` remote: #21 13.97 Command: node scripts/install.js || (npm install...

Calling e.g. `swc.parse` from inside a node [worker thread](https://nodejs.org/api/worker_threads.html) results in errors like the following: ``` FATAL ERROR: HandleScope::HandleScope Entering the V8 API without proper locking in place ``` This...