File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.7.3
4+
5+ * Fix a bug where nested uses of ` SourceMapConsumer ` could result in a
6+ ` TypeError ` . [ #338 ] ( https://github.com/mozilla/source-map/issues/338 )
7+ [ #330 ] ( https://github.com/mozilla/source-map/issues/330 )
8+ [ #319 ] ( https://github.com/mozilla/source-map/issues/319 )
9+
310## 0.7.2
411
512* Another 3x speed up in ` SourceMapConsumer ` . Read about it here:
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ This is a library to generate and consume the source map format
1717
1818## Use on the Web
1919
20- <script src="https://unpkg.com/source-map@0.7.2 /dist/source-map.js"></script>
20+ <script src="https://unpkg.com/source-map@0.7.3 /dist/source-map.js"></script>
2121 <script>
2222 sourceMap.SourceMapConsumer.initialize({
23- "lib/mappings.wasm": "https://unpkg.com/source-map@0.7.2 /lib/mappings.wasm"
23+ "lib/mappings.wasm": "https://unpkg.com/source-map@0.7.3 /lib/mappings.wasm"
2424 });
2525 </script>
2626
Original file line number Diff line number Diff line change 11{
22 "name" : " source-map" ,
33 "description" : " Generates and consumes source maps" ,
4- "version" : " 0.7.2 " ,
4+ "version" : " 0.7.3 " ,
55 "homepage" : " https://github.com/mozilla/source-map" ,
66 "author" : " Nick Fitzgerald <nfitzgerald@mozilla.com>" ,
77 "contributors" : [
You can’t perform that action at this time.
0 commit comments