From 18af1550817b64fb41afd0bbcfef6313b03aba9e Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Mon, 4 Mar 2024 19:01:18 -0500 Subject: [PATCH] Fix null `source` --- source-map.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-map.bs b/source-map.bs index 78336a7..3e43322 100644 --- a/source-map.bs +++ b/source-map.bs @@ -252,7 +252,7 @@ To resolve a source given a [=URL=] |sourceMappingUrl|, a string or null |source an optional [=sourceRoot=] |sourceRoot|, run the following steps: 1. If |source| is null, then: - 1. Return null. + 1. Set |source| to "". 1. If |sourceRoot| is null, then: 1. Let |href| be |source| 1. Otherwise,