From 1bd4b5c5791a01d4cdbfaa449dafebee8afd1868 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Thu, 21 Nov 2024 09:25:51 -0800 Subject: [PATCH] Editorial: Add CSS to adjust list bullets to match ECMA (#156) --- source-map.bs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source-map.bs b/source-map.bs index 707a578..3b2b780 100644 --- a/source-map.bs +++ b/source-map.bs @@ -138,6 +138,17 @@ urlPrefix:https://webassembly.github.io/spec/core/; type:dfn; spec:wasm } + +

Introduction

This Ecma Standard defines the Source Map Format, used for mapping transpiled source code back to the original sources.