From 8e1659d90c4554a74321798a18d8d64f1673278b 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 8f760a2..2896317 100644 --- a/source-map.bs +++ b/source-map.bs @@ -114,6 +114,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.