Skip to content

Commit

Permalink
docs: Add pipeline.macro (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and Kent C. Dodds committed Nov 10, 2018
1 parent b680517 commit c3f9b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions other/docs/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ there's an ecosystem of existing macros out there that you might find interestin
* [`@lingui/macro`](https://lingui.js.org/ref/macro.html): Macros for internationalization (i18n) in [LinguiJS](https://github.com/lingui/js-lingui/).
* [`unique-classname.macro`](https://github.com/huchenme/unique-classname.macro): Macro to generate unique className for Emotion.
* [`idx.macro`](https://github.com/dralletje/idx.macro): A utility function for traversing properties on objects and arrays.
* [`pipeline.macro`](https://github.com/Andarist/pipeline.macro): A babel macro which works similarly to the pipeline operator.

Please note that macros are intended to be used as devDependencies.

Expand Down

0 comments on commit c3f9b1e

Please sign in to comment.