From 347fc8a57dcfd9361b05f271a7f2badc929500cf Mon Sep 17 00:00:00 2001 From: Ömer Sinan Ağacan Date: Tue, 1 Oct 2024 23:39:34 +0200 Subject: Source Maps: Support 5 segment mappings (#6795) Support 5-segment source mappings, which add a name. Reference: https://github.com/tc39/source-map/blob/main/source-map-rev3.md#proposed-format --- test/lit/merge/sourcemap.wat.second | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/lit/merge/sourcemap.wat.second') diff --git a/test/lit/merge/sourcemap.wat.second b/test/lit/merge/sourcemap.wat.second index 0ea7c75fa..3f1c110da 100644 --- a/test/lit/merge/sourcemap.wat.second +++ b/test/lit/merge/sourcemap.wat.second @@ -1,8 +1,8 @@ (module - ;;@ b:1:2 + ;;@ b:7:8 (func (export "g") - ;;@ b:2:2 + ;;@ b:9:10:MyClass::g (nop) - ;;@ b:3:2 + ;;@ b:11:12 ) ) -- cgit v1.2.3