babel-plugin-transform-typescript-metadata

v0.3.2
Babel plugin to emit decorator metadata like typescript compiler
babel babel-plugin babel-typescript decorators reflect-metadata

dev

babel src -w -d lib -x '.ts,.tsx'

build

yarn build:lib && yarn build:types

prebuild:lib

rm -rf lib

build:lib

babel src -d lib -x '.ts,.tsx'

build:types

tsc --emitDeclarationOnly

check-types

tsc --noEmit

release

yarn test && yarn build && release-it

test

jest

test:dev

jest --watch

test:ci

jest --ci --runInBand --coverage
npm i babel-plugin-transform-typescript-metadata

Metadata

  • MIT
  • Whatever
  • Leonardo Ascione
  • released 3/19/2021

Downloads

Maintainers