pyright/server
2020-07-28 14:45:56 -07:00
..
.vscode Revert markdown changes, restore .vscode for server (#115) 2020-02-25 12:57:54 -08:00
src Improved bidirectional type inference in the case where the type and the expected type are generic but the expected type is a base class that has been specialized. For example, if the expected type is Mapping[str, int] and the type is a dict. 2020-07-28 14:45:56 -07:00
.eslintignore Revert markdown changes, restore .vscode for server (#115) 2020-02-25 12:57:54 -08:00
.eslintrc.json Updated all dependencies to latest versions. The update to eslint required a small change to the .eslintrc.json config files for compatibility. 2020-06-21 09:28:53 -07:00
.prettierignore Revert markdown changes, restore .vscode for server (#115) 2020-02-25 12:57:54 -08:00
.prettierrc Upgrade to Prettier 2.0, reformat (#610) 2020-04-07 17:18:22 -07:00
copyTypeshedFallback.js Mass reformat ts/js/md with ESLint quick fixes and prettier (#113) 2020-02-24 16:52:23 -08:00
customInstallServerIntoExtension.js Mass reformat ts/js/md with ESLint quick fixes and prettier (#113) 2020-02-24 16:52:23 -08:00
jest.config.js Fixed broken tests because of preserveConstEnums setting in jest.config.js. 2020-06-26 19:51:29 -07:00
package-lock.json Published 1.1.57 2020-07-26 10:48:51 -07:00
package.json Published 1.1.57 2020-07-26 10:48:51 -07:00
tsconfig.json Added localization mechanism for strings used in diagnostic messages and code actions. 2020-05-29 00:22:38 -07:00
webpack.config-cli.js Sync from Pylance (#841) 2020-07-15 14:51:02 -07:00
webpack.config-extension.js Sync from Pylance (#841) 2020-07-15 14:51:02 -07:00