ts-reflection

v0.2.0
Type reflection utilities for TypeScript.
TypeScript type properties type keys enum values enum keys

build:source

tsc

build

yarn build:source && yarn copy:meta && yarn lint:build

clean

rm -rf dist && rm -rf sandbox && rm -rf test/node_modules/ts-reflection && rm -rf examples/node_modules/ts-reflection

copy:meta

./scripts/copy-metadata.sh

lint:source

eslint . --fix --ext .ts,.tsx

lint:build

eslint ./dist --fix --ext .js,.ts

test:examples

cd examples && yarn --check-files && yarn build && yarn start

test:unit

jest

test:version

./scripts/test.sh

test:versions

./scripts/test-all-versions.sh

test

yarn test:unit && yarn test:versions && yarn test:examples

Metadata

  • MIT
  • Whatever
  • Jan Jakub Nanista
  • released 6/24/2020

Downloads

Maintainers