Skip to content

Commit

Permalink
Add some more transformers to the examples (#95)
Browse files Browse the repository at this point in the history
* Add ts-transformer-export-default-name to list of examples

* Add ts-transformer-inline-file to list of examples
  • Loading branch information
jirutka authored Jun 23, 2020
1 parent 9d2a1a9 commit f5e8f7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ Examples of transformers:

[`"transform": "ts-transformer-remove-named-export"}`](https://github.com/dominguezcelada/ts-transformer-remove-named-export)

[`{ "transform": "ts-transformer-export-default-name" }`](https://github.com/jirutka/ts-transformer-export-default-name)

[`{ "transform": "ts-transformer-inline-file/transformer" }`](https://github.com/jirutka/ts-transformer-inline-file)

[Tutorial how to write a typescript transformer](https://dev.doctorevidence.com/how-to-write-a-typescript-transform-plugin-fc5308fdd943)

- [Tutorial how to write a typescript transformer](https://dev.doctorevidence.com/how-to-write-a-typescript-transform-plugin-fc5308fdd943)
Expand Down

0 comments on commit f5e8f7b

Please sign in to comment.