@lumino/disposable

v1.10.1
Lumino Disposable

api

api-extractor run --local --verbose

docs

typedoc --options tdoptions.json src

test

npm run test:firefox-headless

build

npm run build:src && rollup -c

clean

rimraf ./lib && rimraf *.tsbuildinfo && rimraf ./types && rimraf ./dist

watch

tsc --build --watch

test:ie

cd tests && karma start --browsers=IE

minimize

terser dist/index.js -c -m --source-map "content='dist/index.js.map',url='index.min.js.map'" -o dist/index.min.js

build:src

tsc --build

build:test

tsc --build tests && cd tests && webpack

clean:test

rimraf tests/build

test:chrome

cd tests && karma start --browsers=Chrome

test:firefox

cd tests && karma start --browsers=Firefox

test:chrome-headless

cd tests && karma start --browsers=ChromeHeadless

test:firefox-headless

cd tests && karma start --browsers=FirefoxHeadless
npm i @lumino/[email protected]

Metadata

Downloads