Revision 29c8feef759adde2b4d6a0fbe122390b485a40d2 authored by Joey Perrott on 18 November 2021, 22:47:29 UTC, committed by Jessica Janiuk on 24 November 2021, 18:55:33 UTC
In node@16 the URL constructor fails for for a malformed URL such as http://<empty>/. Instead http://_empty_ is
used as this conveys the same information in tests but is correctly formed.

PR Close #44211
1 parent 7b0e9b0
History
File Mode Size
src
package.json -rw-r--r-- 1.4 KB
test.sh -rwxr-xr-x 313 bytes
tsconfig-app.json -rw-r--r-- 330 bytes
tsconfig-lib1.json -rw-r--r-- 351 bytes
tsconfig-lib2.json -rw-r--r-- 351 bytes
yarn.lock -rw-r--r-- 96.4 KB

back to top