@jridgewell/trace-mapping

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

build

run-s -n clean build:*

build:esbuild

node esbuild.mjs

build:ts

tsc --project tsconfig.build.json

clean

rimraf dist

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 -- --no-cache'

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

ava

test:watch

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

Metadata

  • MIT
  • Whatever
  • Justin Ridgewell
  • released 1/19/2022

Downloads

Maintainers