Skip to content
#

preprocessor

Here are 451 public repositories matching this topic...

tomrav
tomrav commented Jul 13, 2021

All of the various Stylable directives should warn the user when receiving no arguments and at least 1 is expected.

Current status:

at-rules

  • - @st-import
  • - @st-scope
  • - @custom-selector

rules

  • - :global()
  • - pseudo-states parameters (fixed)
    • [x]
diagnostics core tech debt good first issue
hzeller
hzeller commented May 15, 2020

When running the regression, the resulting logs seem to end up in third_party/tests/$TEST/.... This of course is not unnoticed by git, so a git status shows a ton of non-added new files added.

To reproduce:

make
make regression
git status   # observe all the files

Build or test artifacts should never clutter the rest of the code-base (we should regard them as read-only in

good first issue code-clean

Improve this page

Add a description, image, and links to the preprocessor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the preprocessor topic, visit your repo's landing page and select "manage topics."

Learn more