babel-plugin-transform-typescript-metadata-macro

v0.1.0
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

test

jest

test:dev

jest --watch

test:ci

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

Metadata

  • MIT
  • Whatever
  • Leonardo Ascione
  • released 3/2/2022

Downloads

Maintainers