leonardfactory / babel-plugin-transform-typescript-metadata

Babel plugin to emit decorator metadata like typescript compiler
MIT License
215 stars 17 forks source link

add: TSBigIntKeyword (BigInt) support #12

Closed chr33s closed 4 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   91.89%   91.89%           
=======================================
  Files           4        4           
  Lines         111      111           
  Branches       41       41           
=======================================
  Hits          102      102           
  Misses          9        9
Impacted Files Coverage Δ
src/metadata/serializeType.ts 89.7% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c2b22f3...8701bca. Read the comment docs.

leonardfactory commented 5 years ago

Hi @chr33s, is this released in TS stable? Maybe we need to update the TS version in the package since the tsc --noEmit is throwing an error here (see the CI log)

chr33s commented 5 years ago

@leonardfactory its included in TypeScript 3.2[1], although targeting esnext

[0] https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html

leonardfactory commented 4 years ago

Going to use #28 instead in order to fix TSC typings Thank you @chr33s and sorry for the long delay.

chr33s commented 4 years ago

@leonardfactory all good, thanks for maintaining the package.