From 36d8340332d009e4cfa4d6bf5524908fdcef1feb Mon Sep 17 00:00:00 2001 From: Jon Kuperman Date: Fri, 31 May 2024 22:23:40 +0100 Subject: [PATCH] Mark names array as optional --- source-map.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-map.bs b/source-map.bs index 79017c8..6eb1e05 100644 --- a/source-map.bs +++ b/source-map.bs @@ -195,7 +195,7 @@ of source content (that is the [=Original Source=]), useful when the "source" can't be hosted. The contents are listed in the same order as the [=sources=]. `null` may be used if some original sources should be retrieved by name. -names a list of symbol names used by the [=mappings=] entry. +names an optional list of symbol names which may be used by the [=mappings=] entry. mappings a string with the encoded mapping data (see [[#mappings-structure]]).