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
{{ message }}
This repository was archived by the owner on Sep 2, 2023. It is now read-only.
Right now exports only supports simple strings. Arguably it should also support arrays of strings just like import maps.
A stretch goal would to also support additional signals for differential mappings. E.g. having a mapping based on platform/OS or a production and a development build.
Since we're using main as an extension of the exports mechanism, this would potentially also affect main values.
Right now
exportsonly supports simple strings. Arguably it should also support arrays of strings just like import maps.A stretch goal would to also support additional signals for differential mappings. E.g. having a mapping based on platform/OS or a production and a development build.
Since we're using
mainas an extension of theexportsmechanism, this would potentially also affectmainvalues.