dop251 / goja_nodejs

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

Use ada-url for url implementation #79

Closed mkadirtan closed 4 months ago

mkadirtan commented 4 months ago

This package doesn't use the Go url parser directly, because Go and Node.js follow different standards for URL parsing. However, the new ada URL parser for Node.js has Go bindings, are you open to using it in this project? If so, I can do the work, just let me know.

dop251 commented 4 months ago

I would like to keep this project pure Go, without cgo dependencies. You can, however, create a separate project and use the module it provides instead of the default one.