aaditmshah / typecraft

library for crafting types and casting type inhabitants
MIT License
0 stars 0 forks source link

Convert the JavaScript files into TypeScript #4

Closed aaditmshah closed 2 years ago

aaditmshah commented 2 years ago

Currently, we're using JavaScript for efficiency. However, when building the library the types.d.ts file is not generated correctly. It doesn't include the types in the ambient declaration files. Thus, we should convert the implementation to TypeScript to fix this issue at the cost of efficiency.

aaditmshah commented 2 years ago

I decided to simply copy the .d.ts files to the dist folder after building.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: