Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 9a0a493

Browse files
committed
Docs: Update README to have the correct phase order.
1 parent a8b00fe commit 9a0a493

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ TypeScript ESLint Parser is licensed under a permissive BSD 2-clause license.
3636
## Development Plan
3737

3838
* **Phase 1:** Full ES6 support, stripping out all TypeScript-specific syntax.
39-
* **Phase 2:** Add support for attaching comments.
40-
* **Phase 3:** Add JSX support.
41-
* **Phase 4:** Add support for top-level TypeScript syntax.
42-
* **Phase 5:** Add support for types.
39+
* **Phase 2:** Add JSX support.
40+
* **Phase 3:** Add support for attaching comments.
41+
* **Phase 4:** Add support for types.
42+
* **Phase 5:** Add support for top-level TypeScript syntax.
4343

4444
The high-level goal is to have output that matches Espree v3.x.

0 commit comments

Comments
 (0)