@jridgewell/resolve-uri

v3.0.7
Resolve a URI relative to an optional base URI
resolve uri url path

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

pretest

run-s build:rollup

test

run-s -n test:lint test:only

test:debug

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

mocha

test:coverage

c8 mocha

test:watch

mocha --watch

prepublishOnly

npm run preversion

preversion

run-s test build
npm i @jridgewell/[email protected]

Metadata

  • MIT
  • >=6.0.0
  • Justin Ridgewell
  • released 5/5/2022

Downloads

Maintainers