@lumino/keyboard

v2.0.0-alpha.6
Lumino Keyboard

api

api-extractor run --local --verbose

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

npm run clean:test && tsc --build tests && cd tests && rollup -c

clean:test

rimraf tests/lib tests/tsconfig.tsbuildinfo

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