You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: source-map-rev3.md
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To discuss or propose changes to this specification, please use the dev-js-sourc
36
36
37
37
## Background
38
38
39
-
The original source map format (v1) was created by Joseph Schorr for use by Closure Inspector to enable source level debugging of optimized JavaScript code (although the format itself is language agnostic). However, as the size of the projects using the source maps expanded the verbosity of the format started to be become a problem. The v2 was created trading some simplicity and flexibility to reduce to overall size of the source map. Even with the changes made with the v2 version of the format, the source map file size was limiting its usefulness. The v3 format is based on suggestions made by podivilov.
39
+
The original source map format (v1) was created by Joseph Schorr for use by Closure Inspector to enable source level debugging of optimized JavaScript code (although the format itself is language agnostic). However, as the size of the projects using the source maps expanded the verbosity of the format started to be become a problem. The v2 was created trading some simplicity and flexibility to reduce to overall size of the source map. Even with the changes made with the v2 version of the format, the source map file size was limiting its usefulness. The v3 format is based on suggestions made by podivilov@.
40
40
41
41
Related documents:
42
42
@@ -45,6 +45,7 @@ Related documents:
45
45
46
46
## Terminology
47
47
48
+
48
49
Term | Definition
49
50
--- | ---
50
51
Generated Code | The code which is generated by the compiler.
@@ -137,7 +138,7 @@ Additional fields may be added to the top level source map provided the fields b
137
138
138
139
##### Known Extensions
139
140
140
-
“x_google_linecount” - the number of line represented by this source map.
141
+
“x_google_linecount” - the number of lines represented by this source map.
141
142
142
143
143
144
#### Notes
@@ -152,17 +153,17 @@ To support concatenating generated code and other common post processing, an alt
0 commit comments