Skip to content

Commit 44ed0d5

Browse files
committed
Drop browser support
1 parent 7a26340 commit 44ed0d5

File tree

4 files changed

+1
-54
lines changed

4 files changed

+1
-54
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ 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/[email protected]/dist/source-map.js"></script>
21-
<script>
22-
sourceMap.SourceMapConsumer.initialize({
23-
"lib/mappings.wasm": "https://unpkg.com/[email protected]/lib/mappings.wasm"
24-
});
25-
</script>
20+
Web is not supported in this fork. Use [original source-map](https://github.com/mozilla/source-map#use-on-the-web) for it.
2621

2722
---
2823

lib/read-wasm-browser.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

lib/url-browser.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
},
4949
"main": "./source-map.js",
5050
"types": "./source-map.d.ts",
51-
"browser": {
52-
"./lib/url.js": "./lib/url-browser.js",
53-
"./lib/read-wasm.js": "./lib/read-wasm-browser.js"
54-
},
5551
"files": [
5652
"source-map.js",
5753
"source-map.d.ts",

0 commit comments

Comments
 (0)