Skip to content

Commit

Permalink
Document debugging strategies (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster authored and vjeux committed Apr 13, 2017
1 parent 19b7feb commit 1802545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -470,6 +470,10 @@ Here's what you need to know about the tests:
* `tests/flow/` contains the Flow test suite, and is not supposed to be edited
by hand. To update it, clone the Flow repo next to the Prettier repo and run:
`node scripts/sync-flow-tests.js ../flow/tests/`.
* If you would like to debug prettier locally, you can either debug it in node
or the browser. The easiest way to debug it in the browser is to run the
interactive `docs` REPL locally. The easiest way to debug it in node, is to
create a local test file and run it in an editor like VS Code.

If you can, take look at [commands.md](commands.md) and check out [Wadler's
paper](http://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf) to
Expand Down

0 comments on commit 1802545

Please sign in to comment.