tabs icon indicating copy to clipboard operation
tabs copied to clipboard

Migrate to TypeScript

Open devrnt opened this issue 4 years ago • 4 comments

Finished @jeetiss work.

Changes

  • Use tsdx. This results in dropping direct dev-dependencies like eslint, @babel, @rollup
  • Main index.js migrated to index.tsx
  • index.js test migrated to TypeScript
  • Increased size-limit to 420 B

The current size of the compiled index.js is 419 bytes.

devrnt avatar May 03 '20 13:05 devrnt

Okay, commits should be squashed. --updateSnapshot flag should be removed from the test script

devrnt avatar May 03 '20 14:05 devrnt

wow, thanks @devrnt I'm going to review this in the week

jeetiss avatar May 06 '20 09:05 jeetiss

Looking forward to the TS addon here :)

JackEdwardLyons avatar Jun 16 '20 07:06 JackEdwardLyons

Same here :)

FernandoChu avatar Sep 04 '20 03:09 FernandoChu