Files
react/compiler/.gitmodules
T
Jan Kassens f6f042d747 Switch test262 submodule to https url
I had trouble checking out the repo using Sapling because the submodule couldn't 
clone properly. I got 

> Error: Permission denied (publickey) 

In my branch I tested that the https URL format seems to work okay with Sapling.
2024-01-12 15:07:24 -05:00

5 lines
93 B
Plaintext

[submodule "test262"]
path = test262
url = https://github.com/tc39/test262
shallow = true