bazelbuild / rules_postcss

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

Add TypeScript plugin example #7

Closed rzhw closed 4 years ago

rzhw commented 4 years ago

This PR adds dependencies on TypeScript and required tooling, and adds a copy of the custom plugin example rewritten using TypeScript. It also adds a test that the TypeScript-ified plugin output is the same as the original.

Closes #3