bazelbuild / rules_postcss

PostCSS rules for Bazel
Apache License 2.0
10 stars 13 forks source link

Rudimentary worker support #54

Closed rzhw closed 3 years ago

rzhw commented 3 years ago

This implementation uses the @bazel/worker npm package to support workers. (A followup PR could inline this dep depending on how complex it is.)

bazel test //tests/... --strategy=PostCSSRunner=worker can trigger the worker.

58 is used as a base to make this PR diff easier to understand.

This PR starts work on #45.