From 3690093ddcaac576ab0e3be4c06192fe0d7d3a9d Mon Sep 17 00:00:00 2001 From: Artem Kobzar Date: Wed, 17 Jan 2024 20:04:26 +0100 Subject: [PATCH] Add statement about possibility of source map rejecting in case of an invalid version field --- source-map.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-map.bs b/source-map.bs index 6184c83..08649e4 100644 --- a/source-map.bs +++ b/source-map.bs @@ -168,7 +168,7 @@ for practical reasons, the order cannot be defined in many JSON generators and has never been enforced. version is the version field which is always the number -`3` as an integer. +`3` as an integer. Source map can be rejected in case of a value different from `3`. file an optional name of the generated code that this source map is associated with. It's not specified if this can