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
{{ message }}
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
We need to explore some ways to extract the ask! code from the as compiler internal. At present, it can be completely written as an independent ts project, in my personal opinion.
We should define the metadata.json's spec class rather than generate it by template engine. It's hard to maintain and test it.
The code in some places is hard-coded, and parameterization and configuration should be considered.
Consider to add some prefix for contract decorator, for avoiding name conflicts.
Add more unit tests.
The text was updated successfully, but these errors were encountered:
ask!
code from theas
compiler internal. At present, it can be completely written as an independentts
project, in my personal opinion.metadata.json
's spec class rather than generate it by template engine. It's hard to maintain and test it.The text was updated successfully, but these errors were encountered: