Reference: https://github.com/hoodieshq/codama-dynamic-instrucitons-demo/blob/9e47c5a71d6b5310804d20e3b3071d55e0bc1739/packages/dynamic-instructions/src/features/instruction-encoding/arguments.ts#L34
if (!resolverFn) continue;
I think we may need a comment here that describes the logic. To make it explicit.
Another point is that we'll use the closest resolver if it exists. That means all other resolvers would be skipped. Let's write a comment about this.
Reference: https://github.com/hoodieshq/codama-dynamic-instrucitons-demo/blob/9e47c5a71d6b5310804d20e3b3071d55e0bc1739/packages/dynamic-instructions/src/features/instruction-encoding/arguments.ts#L34
I think we may need a comment here that describes the logic. To make it explicit.
Another point is that we'll use the closest resolver if it exists. That means all other resolvers would be skipped. Let's write a comment about this.