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
Currently, to detct typing change, the json schema is used, but this is not very stable and sometime produces unwanted results. We need a more intrinsic way to compare AST. It requires some knowledge about the AST structure and visitor API
ignore list
Need a better way to maintain the ignore list
Quicktype issues
quicktype is awesome, but sometimes it produces weird results, and it has no friendly API, which is a pity
Eslint migration
We need to migrate to ESLint. It would be better because eslint has a fancier API for use, but still requires some tuning and ramping up
The text was updated successfully, but these errors were encountered:
AST level equals
Currently, to detct typing change, the json schema is used, but this is not very stable and sometime produces unwanted results. We need a more intrinsic way to compare AST. It requires some knowledge about the AST structure and visitor API
ignore list
Need a better way to maintain the ignore list
Quicktype issues
quicktype is awesome, but sometimes it produces weird results, and it has no friendly API, which is a pity
Eslint migration
We need to migrate to ESLint. It would be better because eslint has a fancier API for use, but still requires some tuning and ramping up
The text was updated successfully, but these errors were encountered: