pyright/server
2020-02-11 18:38:00 -07:00
..
.vscode ported typescript fourslash test framework to pyright 2020-02-05 13:28:04 -08:00
src previously added assert was using wrong path (__dirname rather than __dirname/..) 2020-02-11 15:31:23 -08:00
.eslintignore ported typescript fourslash test framework to pyright 2020-02-05 13:28:04 -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 Published 1.1.21 2020-01-20 16:09:35 -08:00
package.json Added "clean" command to build script. Fixed bug in build script for debug version of server. 2020-02-11 18:38:00 -07:00
tsconfig.json fixed bunch of tslint issue and refactoring on how command handling works (#502) 2020-02-06 12:33:09 -08: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 Delete comma 2020-02-04 11:58:04 -08:00