Updated README TODO list.

This commit is contained in:
Eric Traut 2019-04-01 19:26:06 -07:00
parent 60b836ff5b
commit 9d66bc4538

View File

@ -83,7 +83,9 @@ To run the command-line tool:
Pyright is a work in progress. The following functionality is not yet finished. If you would like to contribute to any of these areas, contact the maintainers of the repo.
* Type inference for generators and async functions
* Type analysis support for generators
* Type analysis support for coroutines
* Type analysis support for async functions and lambdas
* Support for old-style type annotations within comments
* Address the many TODO comments in the code
* Better handling of function decorators (don't punt on type checking)