dop251 / goja_nodejs

Nodejs compatibility library for Goja
MIT License
336 stars 81 forks source link

Fatal Error: Concurrent Map Writes #75

Open jirevwe opened 7 months ago

jirevwe commented 7 months ago

When registering a module concurrently, it panics.

github.com/dop251/goja_nodejs/require.RegisterCoreModule(...) https://github.com/dop251/goja_nodejs/blob/27eeffc9c235216a0c941bb6765824adb285e4aa/require/module.go#L240-L246