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
The current symbols of a stylesheet are mostly automatically exported, until we allow explicit export mode, I suggest we unify the behavior of all symbols.
current issues with import/auto-export symbols:
class & type selectors are not automatically exported - exporting them shouldn't break anything
imported st-var are not exported to JS - should probably stay the default to keep JS to a minimum and could potentially be explicitly exported when such a feature is available
The text was updated successfully, but these errors were encountered:
idoros
added
bug
Unexpected behavior or exception
core
Processing and transforming logic
tech debt
Updates, upgrades, stale code and work-arounds
labels
Jan 16, 2022
Proposal Description
The current symbols of a stylesheet are mostly automatically exported, until we allow explicit export mode, I suggest we unify the behavior of all symbols.
current issues with import/auto-export symbols:
class
&type
selectors are not automatically exported - exporting them shouldn't break anythingtype
selector transformation bug:MyElement
->.ns__MyElement
- fix(core): imported element transform to class #2603imported- should probably stay the default to keep JS to a minimum and could potentially be explicitly exported when such a feature is availablest-var
are not exported to JSsee playground
related issues:
The text was updated successfully, but these errors were encountered: