Kai Tamkun
Kai Tamkun
I'm having the same problem, where only index.json and the ast directory are being generated, though I'm using a couple more plugins: ```json { "source": "./src", "destination": "./public/doc", "includes": ["\\.jsx?$"],...
Probably fixed by #15357.
Whoops, tried to use dlsym on Windows
Probably fixed by #15357.
PR #15629 should fix this.
Fixed by #15357.
Thanks for cleaning up the mess after I merged main into this branch :D
This behavior is caused by the µSockets library, which intentionally (and without explanation) chmods UNIX domain sockets to 700 after creation. Node.js doesn't chmod them at all. PR #16200 fixes...