pyright/server
2019-12-08 02:20:37 -08:00
..
.vscode Added launch.json for server sub-project. 2019-08-23 06:32:10 -07:00
src Added support in completion provider for named parameter suggestions within argument lists for call expressions. 2019-12-08 02:20:37 -08:00
copyTypeshedFallback.js Updated build scripts to build command-line version into an npm module. 2019-03-24 02:58:01 -07:00
customInstallServerIntoExtension.js Work to make the project build on Windows. 2019-04-09 23:42:12 -07:00
jest.config.js Revamped how properties are handled. Rather than define a custom "PropertyType" that requires its own handling everywhere, a property is now modeled as regular ObjectType whose associated class type has a special ClassTypeFlag. This eliminates a bunch of edge cases that didn't previously work with properties, including support for custom properties. 2019-11-23 11:41:37 -08:00
package-lock.json Updated dependencies. 2019-12-06 19:19:18 -08:00
package.json Updated dependencies. 2019-12-06 19:19:18 -08:00
tsconfig.json Initial checkin. 2019-03-11 20:45:56 -07:00
tslint.json Updated tslint rules and fixed tslint warnings. 2019-09-04 23:54:19 +00:00
webpack.config-cli.js Switched the external chokidar module to work around limitations of node's built-in fs watcher functionality. 2019-10-18 00:41:46 -07:00
webpack.config-server.js Switched the external chokidar module to work around limitations of node's built-in fs watcher functionality. 2019-10-18 00:41:46 -07:00