pasta-sourcemaps
Pretty (and) Accurate Stack Trace Analysis is an extension to the JavaScript source map format that allows for accurate function name decoding.
File Explorer
Download Latest Version (.zip)- ci.yml
- publish.yml
- pasta.svg
- pasta_128.png
- pasta_1280.png
- pasta_256.png
- pasta_512.png
- highlight.css
- main.js
- search.js
- style.css
- FunctionDesc.html
- SourceMapDecoder.html
- encode.html
- parse.html
- EnrichedSourceMap.html
- SourceMap.html
- FileType.html
- .nojekyll
- index.html
- decoder.ts
- encoder.ts
- functionDesc.ts
- main.ts
- parser.ts
- types.ts
- complex.enrichedSourceMap.json
- complex.js
- complex.sourceMap.json
- complex.sourceToFunctionDescs.json
- emptyNames.relativeFunctionDesc.json
- emptyNames.sourceMap.json
- emptySources.enrichedSourceMap.json
- emptySources.sourceMap.json
- invalid.badVLQ1.enrichedSourceMap.json
- invalid.badVLQ2.enrichedSourceMap.json
- invalid.badVLQ3.enrichedSourceMap.json
- invalid.emptyStringMapping.enrichedSourceMap.json
- invalid.lengthMismatch.enrichedSourceMap.json
- simple.enrichedSourceMap.json
- simple.functionDesc.json
- simple.functionDescInvalidNesting.json
- simple.functionDescNoNamesOverlap.json
- simple.js
- simple.relativeFunctionDesc.json
- simple.relativeFunctionDescNoNamesOverlap.json
- simple.sourceMap.json
- simple.sourceToFunctionDescs.json
- simpleReversed.enrichedSourceMap.json
- bar.js
- foo.js
- integration.sourceMap.json
- arrow.js
- arrow.js.function_descs.json
- async.js
- async.js.function_descs.json
- class.js
- class.js.function_descs.json
- class.ts
- class.ts.function_descs.json
- classVariations.ts
- classVariations.ts.function_descs.json
- declaration.js
- declaration.js.function_descs.json
- empty.ts
- empty.ts.function_descs.json
- expression.js
- expression.js.function_descs.json
- generator.js
- generator.js.function_descs.json
- invalid1.js
- invalid1.jsx
- invalid1.ts
- invalid1.tsx
- invalid2.js
- invalid3.js
- lhsVariations.js
- lhsVariations.js.function_descs.json
- lhsVariationsArrow.js
- lhsVariationsArrow.js.function_descs.json
- lhsVariationsLocalName.js
- lhsVariationsLocalName.js.function_descs.json
- nesting.js
- nesting.js.function_descs.json
- objectLiteral.js
- objectLiteral.js.function_descs.json
- objectLiteralNesting.js
- objectLiteralNesting.js.function_descs.json
- propertyNameLiterals.ts
- propertyNameLiterals.ts.function_descs.json
- simple.jsx
- simple.jsx.function_descs.json
- simple.tsx
- simple.tsx.function_descs.json
- typescript.ts
- typescript.ts.function_descs.json
- decoder.t.ts
- encoder.t.ts
- functionDesc.t.ts
- helper.t.ts
- main.t.ts
- parser.t.ts
- .eslintignore
- .eslintrc.js
- .gitattributes
- .gitignore
- LICENSE
- package-lock.json
- package.json
- README.md
- spec.md
- tsconfig.json
- typedoc.json
# Installation Guide
1. Get the code
git clone https://github.com/bloomberg/pasta-sourcemaps
Downloads the entire project code from GitHub to your computer.
cd pasta-sourcemaps
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @bloomberg/pasta-sourcemaps
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)
