If you're not using e.g. http.send or the new uri.parse functions and have no plans to do so, Regal should let you use names like http and uri as vars where you want to. I suggest we add a configuration option to var-shadows-builtin to allow a list of excepted names. While there's also a rule-shadows-builtin... that kind of shadowing feels more dubious to me, and I don't think there's reason to allow exceptions for that.
If you're not using e.g.
http.sendor the newuri.parsefunctions and have no plans to do so, Regal should let you use names likehttpandurias vars where you want to. I suggest we add a configuration option to var-shadows-builtin to allow a list of excepted names. While there's also arule-shadows-builtin... that kind of shadowing feels more dubious to me, and I don't think there's reason to allow exceptions for that.