@jridgewell/source-map

v0.3.6
Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API
sourcemap source map

prebuild

rm -rf dist

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

test

run-s -n test:lint test:only

test:debug

ts-mocha --inspect-brk

test:lint

run-s -n test:lint:*

test:lint:prettier

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

test:lint:ts

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

test:only

ts-mocha

test:coverage

c8 --reporter text --reporter html ts-mocha

test:watch

ts-mocha --watch

prepublishOnly

npm run preversion

preversion

run-s test build
npm i @jridgewell/source-map

Metadata

  • MIT
  • Whatever
  • Justin Ridgewell
  • released 3/12/2024

Downloads

Maintainers