trace-mapping
Trace the original position through a source map
File Explorer
Download Latest Version (.zip)- nodejs.yml
- amp.js.map
- babel.min.js.map
- chrome.mjs
- index.mjs
- package-lock.json
- package.json
- preact.js.map
- react.js.map
- vscode.map
- binary-search.ts
- by-source.ts
- flatten-map.ts
- resolve.ts
- sort.ts
- sourcemap-segment.ts
- strip-filename.ts
- trace-mapping.ts
- types.ts
- binary-search.test.ts
- flatten-map.test.ts
- resolve.test.ts
- strip-filename.test.ts
- trace-mapping.test.ts
- .editorconfig
- .eslintrc.js
- .gitattributes
- .gitignore
- .mocharc.js
- LICENSE
- package-lock.json
- package.json
- prettier.config.js
- README.md
- rollup.config.mjs
- tsconfig.build.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/jridgewell/trace-mapping
Downloads the entire project code from GitHub to your computer.
cd trace-mapping
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @jridgewell/trace-mapping
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
