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
Add support for aliasing a given scriptlet under multiple labels.
This can be used in multiple use-cases:
if one renames a scriptlet's label, one has to replace it in all used places, thus an alias could provide backward compatibility;
one could provide libraries of scriptlets with a "namespace" prefix (for example a random token, or a globally unique token), and the use could re-export those under simpler aliases;
one could use a shorter alias as a shortcut;
The text was updated successfully, but these errors were encountered:
Add support for aliasing a given scriptlet under multiple labels.
This can be used in multiple use-cases:
The text was updated successfully, but these errors were encountered: