From: Lady Date: Tue, 20 Jun 2023 01:15:50 +0000 (-0700) Subject: Return undefined not null when resolving fails X-Git-Url: https://git.ladys.computer/Etiquette/commitdiff_plain/6aa0118531463c0f1716b19013607658966a84cc?ds=sidebyside;hp=6aa0118531463c0f1716b19013607658966a84cc Return undefined not null when resolving fails If an identifier is not in use, its resolved value should be `undefined`. ---