bazelbuild / rules_postcss

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

Migrate output specification from deprecated rule.outputs parameter #11

Open rzhw opened 4 years ago

rzhw commented 4 years ago

Deprecated. This parameter is deprecated and will be removed soon. Please do not depend on it. It is disabled with --incompatible_no_rule_outputs_param. Use this flag to verify your code is compatible with its imminent removal.

https://docs.bazel.build/versions/master/skylark/lib/globals.html#rule.outputs

rzhw commented 4 years ago

Semi-related experimentation https://github.com/bazelbuild/rules_postcss/commit/838cab3515cf4a8cc19a1ad73c3259496a2c02f6 shows how to do the conversion, so it's a matter of taking that and cleaning it up for merge