We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b00fe commit 8f874ebCopy full SHA for 8f874eb
README.md
@@ -36,9 +36,9 @@ TypeScript ESLint Parser is licensed under a permissive BSD 2-clause license.
36
## Development Plan
37
38
* **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.
+* **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.
43
44
The high-level goal is to have output that matches Espree v3.x.
0 commit comments