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
There should be some kind of namespace option, for component libraries to be viable in pinc.
Currently without namespaces, it would still be possible, as you could just prefix your component with a namespace (Pinc_Button, PincButton, ...).
It could also be an option to allow some more characters in definition identifiers (:, ., ...).
There should be some kind of namespace option, for component libraries to be viable in pinc.
Currently without namespaces, it would still be possible, as you could just prefix your component with a namespace (
Pinc_Button
,PincButton
, ...).It could also be an option to allow some more characters in definition identifiers (
:
,.
, ...).A possible syntax for namespaces could be:
The text was updated successfully, but these errors were encountered: