pyright/docs
2022-07-17 23:29:50 -07:00
..
img Documented recent features. 2019-09-04 23:54:19 +00:00
build-debug.md Specified that node.js 14.x should be used. 2022-05-21 10:47:05 -07:00
builtins.md Added the ability to add new symbols to builtins by simply adding a type stub file named __builtins__.pyi locally. 2022-02-02 19:27:12 -08:00
ci-integration.md Added back git hook example for non-github users. 2022-05-19 16:04:32 -07:00
command-line.md Improved docs string for the --skipunannotated command line option. 2022-05-18 15:29:06 -07:00
commands.md Implemented "Restart Server" command. 2020-03-08 12:17:19 -07:00
comments.md Updated comments documentation to talk about reportTypeCommentUsage diagnostic check. 2022-06-12 11:50:47 -07:00
configuration.md Added support for new reportUnnecessaryContains diagnostic rule to catch potential bugs in in and not in containment checks. 2022-07-17 23:29:50 -07:00
getting-started.md fix typo (#3601) 2022-06-21 19:08:37 -07:00
import-resolution.md Changed import resolution order to more closely match PEP 561. Typeshed stdlib type stubs are now resolved later in the import resolution process, after all local modules and modules within the python environment. 2022-01-27 22:57:30 -08:00
internals.md Update everything for main branch rename 2021-05-13 13:26:44 -07:00
settings.md Update everything for main branch rename 2021-05-13 13:26:44 -07:00
type-concepts.md Extended the "X in Y" type narrowing to support dict, defaultdict and OrderedDict classes. 2022-05-30 00:55:22 -07:00
type-inference.md Fixed typo in documentation. 2022-02-22 16:01:28 -07:00
type-stubs.md Fix typo in import (#1476) 2021-02-12 07:03:58 -08:00
typed-libraries.md Made tweak to documentation for clarity. 2022-06-23 08:34:18 -07:00