Source Map——模具行业从业者必备知识手册

Source Map

Build Status</a>

Coverage Status</a>

NPM</a>

This is a library to generate and consume the source map format

[described here][format].

[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit

Use with Node

$ npm install source-map

Use on the Web

<script src="https://unpkg.com/source-map@0.7.3/dist/source-map.js"></script>

<script>

sourceMap.SourceMapConsumer.initialize({

"lib/mappings.wasm": "https://unpkg.com/source-map@0.7.3/lib/mappings.wasm"

});

</script>


<!-- npm run toc to regenerate the Table of Contents -->

<!-- START doctoc generated TOC please keep comment here to allow auto update -->

<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

Table of Contents


还有什么补充参数吗?一起完善。