From 8f874eb630d64b759303ca86c69975376a6c675f Mon Sep 17 00:00:00 2001 From: Dean Taub Date: Wed, 27 Apr 2016 21:28:05 -0400 Subject: [PATCH] Docs: Update README to have the correct phase order. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.