bazelbuild / bazelbuild/rules_closure

CSS Checker

Open
#63 0 comments 0 reactions 1 assignee Claimed by @jart View on GitHub
enhancement P2
Dominant language
Java
Stars
159
Forks
111
PR merge metrics
No merged PRs in 30d

Description

We need a Java program that plugs into the CSS compiler (just like [JsChecker](https://github.com/bazelbuild/rules_closure/blob/master/java/com/google/javascript/jscomp/JsChecker.java)) which will do two things:
1. Strict dependency checking: Validate dependent rules form a transitive closure.
2. Output a `rule-provided.txt` file containing a `css:foo` for each `.foo { ... }` which can be used by JsChecker to validate `goog.getCssName('foo')` statements.

CC: @iflan

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.