@jridgewell/gen-mapping

v0.3.5
Generate source maps
source map

lint

run-s -n lint:*

test

run-s -n test:lint test:only

build

run-s -n build:*

lint:ts

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

build:ts

tsc --project tsconfig.build.json

prebuild

rm -rf dist

benchmark

run-s build:rollup benchmark:*

test:lint

run-s -n test:lint:*

test:only

c8 mocha

preversion

run-s test build

test:debug

mocha --inspect-brk

test:watch

mocha --watch

build:rollup

rollup -c rollup.config.js

test:lint:ts

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

lint:prettier

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

benchmark:only

node benchmark/index.mjs

prepublishOnly

npm run preversion

benchmark:install

cd benchmark && npm install

test:lint:prettier

prettier --check '{src,test}/**/*.ts'
npm i @jridgewell/[email protected]

Metadata

  • MIT
  • >=6.0.0
  • Justin Ridgewell
  • released 3/1/2024

Downloads

Maintainers