Revert "fix: conflict between browser URL object and Node URL object (#3061)" (#3188)

This reverts commit d21cc09556899b8038ec23613a801c19228637ca.
This commit is contained in:
Brian C 2024-04-02 15:23:53 -05:00 committed by GitHub
parent ef24134a5a
commit 95655fea0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
'use strict'
//Parse method copied from https://github.com/brianc/node-postgres
//Copyright (c) 2010-2014 Brian Carlson (brian.m.carlson@gmail.com)
//MIT License
const { URL } = require('url')
//parses a connection string
function parse(str) {
//unix socket