@jridgewell/trace-mapping

v0.3.1
Trace the original position through a source map
source map

benchmark

run-s build:rollup benchmark:only

benchmark:only

node benchmark/index.mjs

build

run-s -n build:*

build:rollup

rollup -c rollup.config.js

build:ts

tsc --project tsconfig.build.json

lint

run-s -n lint:*

lint:prettier

npm run test:lint:prettier -- --write

lint:ts

npm run test:lint:ts -- --fix

prebuild

rm -rf dist

prepublishOnly

npm run preversion

preversion

run-s test build

test

run-s -n test:lint test:only

test:debug

ava debug

test:lint

run-s -n test:lint:*

test:lint:prettier

prettier --check '{src,test}/**/*.ts'

test:lint:ts

eslint '{src,test}/**/*.ts'

test:only

c8 ava

test:watch

ava --watch
npm i @jridgewell/[email protected]

Metadata

  • MIT
  • Whatever
  • Justin Ridgewell
  • released 2/5/2022

Downloads

Maintainers