@jridgewell/resolve-uri

v0.1.0

lint:ts

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

lint:prettier

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

lint

run-s -n lint:*

prebuild

rm -rf dist

build:ts

tsc --module commonjs

build:rollup

rollup -c rollup.config.ts

build

run-s -n build:*

test

jest --coverage

test:debug

node --inspect-brk node_modules/.bin/jest --runInBand

test:watch

jest --coverage --watch

test:lint:ts

tslint --project tsconfig.json -t codeFrame '{src,test}/**/*.ts'

test:lint:prettier

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

test:lint

run-s -n test:lint:*

test:prod

run-s -n test:lint 'test --no-cache'

preversion

run-s test:prod build

prepublishOnly

npm run preversion
npm i @jridgewell/[email protected]

Metadata

  • MIT
  • >=6.0.0
  • Justin Ridgewell
  • released 7/14/2019

Downloads

Maintainers