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

Docs: Update README to have the correct phase order. #35

Merged
merged 1 commit into from
Apr 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.