pyright/docs
2020-12-26 22:30:49 -08:00
..
img Documented recent features. 2019-09-04 23:54:19 +00:00
build-debug.md Fixed documentation for building pyright. 2020-10-02 11:00:26 -07:00
ci-integration.md Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00
command-line.md Implemented new "verifytypes" command-line option that analyzes a py.typed package and reports missing or partially-unknown types. 2020-09-28 14:49:32 -07:00
commands.md Implemented "Restart Server" command. 2020-03-08 12:17:19 -07:00
comments.md Small improvements to documentation. 2020-08-02 14:20:07 -07:00
configuration.md Added new diagnostic rule "reportUnusedCoroutine" that reports an error if the result returned by an async function is not consumed (awaited, assigned to a variable, etc.). This detects and reports a common error when using async coroutines. 2020-12-26 22:30:49 -08:00
getting-started.md Moved CI documentation to its own page. 2020-07-22 16:55:50 -07:00
import-resolution.md Updated import resolution documentation to accurately reflect recent changes related to py.typed packages. 2020-09-23 14:20:23 -07:00
internals.md Added more documentation about type narrowing and type guards. 2020-11-11 14:54:37 -08:00
settings.md Changed python.analysis.logLevel to use "Information" rather than "Info" for consistency with Python extension. 2020-09-14 14:44:18 -07:00
type-concepts.md Added more documentation about type narrowing and type guards. 2020-11-11 14:54:37 -08:00
type-inference.md Small improvements to documentation. 2020-08-02 14:20:07 -07:00
type-stubs.md Updated out-of-date information in type-stubs.md documentation. 2020-11-17 17:47:17 -08:00
typed-libraries.md Changed re-export logic for type stub and py.typed modules to honor the clarification that was recently added to PEP 484. Previously, any import that used an "as" clause was considered to be re-exported. Now, symbols are re-exported only if the "as" clause is redundant (i.e. it is of the form import A as A or from A import X as X). 2020-11-01 08:54:09 -08:00