Skip to content

Commit

Permalink
doc(coffee): mention c(j)sx in the readme and faq
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
sverweij committed Dec 6, 2017
1 parent 1bd6ab4 commit e5704e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You've come to the right place :-) :
- [Road map](https://github.com/sverweij/dependency-cruiser/projects/1)
- [Real world show cases](./doc/real-world-samples.md)
- [TypeScript, CoffeeScript and LiveScript support](./doc/faq.md)
- [Support for .jsx and .tsx](./doc/faq.md#im-developing-in-react-and-use-jsx-how-do-i-get-that-to-work)
- [Support for .jsx, .tsx and .csx/ .cjsx](./doc/faq.md#im-developing-in-react-and-use-jsx-how-do-i-get-that-to-work)

## License
[MIT](LICENSE)
Expand Down
3 changes: 3 additions & 0 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jsx works out of the box
## I use React, but with TypeScript and tsx. That works out of the box too?
Yep.

## I use the CoffeeScript variant of jsx (csx, cjsx)
Works out of the box

## Does this mean dependency-cruiser installs transpilers for all these languages?
No.

Expand Down

0 comments on commit e5704e4

Please sign in to comment.