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
To avoid exposing entire parts of Stylable's internal API for users consuming Stylable through a programmatic API, we can expose dedicated public semantic APIs for working with Stylable.
Some examples for these:
available variables in a stylesheet
available formatters
available selectors / parts
add selector
add declaration
modify variable
...
These APIs will be under one of two options:
Introspective (read) - used to expose stylesheet parts according to some API / query, useful for LSP completions
Editing (write) - modify stylesheet content, useful for refactoring tools
The text was updated successfully, but these errors were encountered:
To avoid exposing entire parts of Stylable's internal API for users consuming Stylable through a programmatic API, we can expose dedicated public semantic APIs for working with Stylable.
Some examples for these:
These APIs will be under one of two options:
The text was updated successfully, but these errors were encountered: