engine-blackjack icon indicating copy to clipboard operation
engine-blackjack copied to clipboard

the really unnecessary change: typescript

Open kedoska opened this issue 6 years ago • 1 comments

Hi there,

3 years later... I decided to migrate the project to typescript and do some refactoring to it.

Motivations

  1. while working with the other project (engine-slot) typescript has been a great tool.
  2. build process in this project is old;
  3. type support has become important in my life as I get old I forgot things;
  4. it is fun;

The stable release, what we use in production, is v0.9.2 what is currently in NPM.

I will try to keep the same tests at the beginning in order to prevent breaking changes. I will comment on the go.

kedoska avatar Dec 28 '19 13:12 kedoska

Looks like you never published this to npm. I forked this project over here and published it to npm under engine-blackjack-ts because I really wanted types in my project.

TimTheToaster avatar Dec 09 '20 01:12 TimTheToaster