You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some research I have realised that there is currently no good alternative for checking typescript code. Efforts have gone into creating efficient parsers, or bundlers (like swc and esbuild).
The better thing to do is to investigate why the checking takes so long and to fix the code that is responsible for it.
* feat: create use memberAction hook
* feat: turn useActions start and end date to optional
* fix: api of get member actions type
* fix: renaming get member actions hook functions
* feat: define hook in scope of describe to use inside tests blocks
The current typescript compilation is around 1minute.
Maybe we could speed up the time taken for the compilation by using
swc
.The text was updated successfully, but these errors were encountered: