66 Commits (212de3c5ec429a580d2e79ce3c2516b93b52b8f5)

Author SHA1 Message Date
Guy Bedford d90dca6620
module: allow loading files with % in the name 7 years ago
Weijia Wang c1cd731abc
url: using util._extend for improving profermace 7 years ago
Bradley Farias c8a389e19f module: Allow runMain to be ESM 8 years ago
Timothy Gu 57630adf90
url: update sort() behavior with no params 8 years ago
Timothy Gu b01ac75edc
url: normalize port on scheme change 8 years ago
Vse Mozhet Byt 5100cc6851 tools: use no-use-before-define ESLint rule 8 years ago
Ruben Bridgewater 1698c8e165 errors: fix and improve error types 8 years ago
Vse Mozhet Byt 878990498a readline,repl,url,util: remove needless capturing 8 years ago
Tobias Nießen 4d89e3c261 url: do not pass WHATWG host to http.request 8 years ago
Timothy Gu 95eef9b044 url: more precise URLSearchParams constructor 8 years ago
Timothy Gu 413691fde0
url: expose WHATWG url.origin as ASCII 8 years ago
Brian White 8491c705b1
url: fix permanent deoptimizations 8 years ago
James M Snell 97ec72b76d url: refactor binding imports in internal/url 8 years ago
Brian White d7ba2a6035 url: always show password for URL instances 8 years ago
Timothy Gu d457a986a0 url: port WHATWG URL API to internal/errors 8 years ago
Timothy Gu 061c5da010 url: use internal/util's getConstructorOf 8 years ago
Timothy Gu b2870a4f8c url: update WHATWG URL API to latest spec 8 years ago
Rich Trott 096508dfa9 tools,lib: enable strict equality lint rule 8 years ago
Timothy Gu 2841f478e4
url: improve WHATWG URL inspection 8 years ago
Timothy Gu aff5cc92b9
url: clean up WHATWG URL origin generation 8 years ago
Daijiro Wachi eb0492d51e url: remove javascript URL special case 8 years ago
Brian White b76a350a19 url: avoid instanceof for WHATWG URL 8 years ago
Timothy Gu c4469c49ec url: error when domainTo*() is called w/o argument 8 years ago
James M Snell 7139b93a8b url: add ToObject method to native URL class 8 years ago
Timothy Gu 14a91957f8 url: use a class for WHATWG url[context] 8 years ago
Joyee Cheung ee19e2923a url: show input in parse error message 8 years ago
Timothy Gu c515a985ea url: spec-compliant URLSearchParams parser 8 years ago
Daijiro Wachi 60c8a35744 url: restrict setting protocol to "file" 8 years ago
Timothy Gu d77a7588cf url: spec-compliant URLSearchParams serializer 8 years ago
Timothy Gu 99b27ce99a url: prioritize toString when stringifying 8 years ago
Brian White 7afc70de40
url: remove invalid file protocol check 8 years ago
Timothy Gu b610a4db1c url: enforce valid UTF-8 in WHATWG parser 8 years ago
Timothy Gu fa41dd117d url: fix handling of ? in URLSearchParams creation 8 years ago
Michaël Zasso 66e263035a url: implement URL.prototype.toJSON 8 years ago
Timothy Gu c6b12d0984 url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 781eb90960 benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu 02d1e32fe3 url: add urlSearchParams.sort() 8 years ago
James M Snell 9549329158 fs: allow WHATWG URL and file: URLs as paths 8 years ago
James M Snell 5e52a9ac09 Revert "fs: allow WHATWG URL and file: URLs as paths" 8 years ago
James M Snell 79400bfbfd fs: allow WHATWG URL and file: URLs as paths 8 years ago
Timothy Gu 0792d452e8 url: fix setting `url.search` to the empty string 8 years ago
James M Snell c5e9654b5b url: extend url.format to support WHATWG URL 8 years ago
Timothy Gu cc48f21c83 url: extend URLSearchParams constructor 8 years ago
Timothy Gu 90c2ac7be3 url: make URLSearchParams/Iterator match spec 8 years ago
Timothy Gu 06ecf4dec7 url: define @@toStringTag as a data property 8 years ago
Timothy Gu d65904bc6a url: do not public expose inspect methods on URL 8 years ago
Timothy Gu e71c278288 url: stop exporting originFor() 8 years ago
Timothy Gu ed0086fb46 url: check forEach callback is a function 8 years ago
Rich Trott 6b6123cfbe url: refactor lib/internal/url.js 8 years ago
Timothy Gu 326e967c6b url: export URLSearchParams 8 years ago