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 we have abi types and enums)
Allow solidity's user-defined value types, which are abi types but named differently, implementation would be very similar to enums. Then they can be reused across tables (you could have type Entity is bytes32 for ECS for example)
Types reuse
(currently we generate Types.sol with enums)
Allow generating 1 struct for several tables with identical data, so the data can be seamlessly passed between tables
Allow types to be imported from a user-defined (not autogenerated) file
Allow structs to be imported from a manual user file
Seems like Allow types+structs to be imported from a user-defined (not autogenerated) file would solve both user-defined type wrappers and the two latter points of types reuse. Moved this to its own issue: #1139
General
logError
(see feat: v2 - add store, world and schema-type, cli table code generation #422 (comment))World
IWorld
Prototypes
Arrays
Depends on StoreCore
Plugins
Foreign Keys
This would likely be a plugin
Misc
.ts
,.mts
extensions support, CJS is not supported (feat(cli): refactor tablegen and add more advanced features #437)Minor config options
IStore
in methods (feat(cli): refactor tablegen and add more advanced features #437)The text was updated successfully, but these errors were encountered: