diff --git a/README.md b/README.md index dac3c2d..2c95822 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ TypeScript ESLint Parser is licensed under a permissive BSD 2-clause license. ## Development Plan * **Phase 1:** Full ES6 support, stripping out all TypeScript-specific syntax. -* **Phase 2:** Add support for attaching comments. -* **Phase 3:** Add JSX support. -* **Phase 4:** Add support for top-level TypeScript syntax. -* **Phase 5:** Add support for types. +* **Phase 2:** Add JSX support. +* **Phase 3:** Add support for attaching comments. +* **Phase 4:** Add support for types. +* **Phase 5:** Add support for top-level TypeScript syntax. The high-level goal is to have output that matches Espree v3.x.