@
. Specifically for design system read functions, all functions are additionally prefixed with ds.
, so you will always get the full list of functionality in your autocomplete - and you can just select one. Here are some function examples:sounds
to design system repositories as well, your previous functionality will be kept intact because we likely just add a new function called ds.allSounds()
. However, if the structure of data coming from any @ds
function would change heavily, it could potentially make the exporter code invalid.exporter.json
called engine.supernova
is what will allow you to the specific version of the function library going forward, so even if we make breaking changes, older exporters will not break. For now, all exporters must use version 1.0
of the engine, which will be configured for you when you create a new exporter package.