Is it possible to expose a function under a different name in the exposes section in the interface?
For example I want to test out my new function calculateSplinesV2 instead of calculateSplines, but I don't want to update the calls everywhere. Can I then do something like this?
interface SplineCalculator
exposes [calculateSplinesV2 as calculateSplines]
not yet, but @Agus Zubiaga talked at the meetup yesterday about plans to implement it!
Awesome. Guess I'll wait for that then. I hope someday I'll be able to help out as well
Last updated: Nov 09 2025 at 12:14 UTC