@web-padawan/gen-typescript-declarations

v1.6.2
Generate TypeScript type declarations for Polymer components.

build

npm run clean && tsc && npm run lint

build:watch

tsc --watch

clean

rimraf lib

format

find src -name "*.ts" -not -path "src/test/fixtures/*" -not -path "src/test/goldens/*" -not -path "src/test/goldens_goog/*" | xargs clang-format --style=file -i

lint

tslint --project . --format stylish

prepack

npm run build

test

npm run test:unit

test:unit

npm run lint && npm run test:setup && npm run build && mocha

test:watch

tsc-then -- mocha --color

test:setup

bash scripts/setup-fixtures.sh

update-goldens

npm run test:setup && npm run build && scripts/update-goldens.js
npm i @web-padawan/gen-typescript-declarations

Metadata

Downloads

Maintainers