sapling/addons/isl-server
Jun Wu 7136155de1 lint: fix various lint issues detected by newer version of linters
Summary:
Those are detected by D52528858. However, D52528858 might have other issues
that might prevent upgrade. So I move the lint fixes to a standalone diff.

Reviewed By: evangrayk

Differential Revision: D52531364

fbshipit-source-id: 322d73ac0c74b602b5af4fd59aaf2acf5145d81a
2024-01-04 14:04:27 -08:00
..
platform Add chromelike_app as a separate platform 2023-10-11 10:01:21 -07:00
proxy Add --session flag to give specific session ID 2023-11-15 11:36:39 -08:00
src Repository: make the 10 seconds hold off time configurable 2023-12-14 14:53:02 -08:00
.gitignore Re-sync with internal repository 2022-11-15 00:48:09 -08:00
codegen.github.yml Re-sync with internal repository 2022-11-15 00:48:09 -08:00
codegen.js Re-sync with internal repository 2022-11-15 00:48:09 -08:00
jest.config.js Add tests for tracking 2023-01-25 15:10:27 -08:00
package.json Bump graphql from 16.5.0 to 16.8.1 in /addons (#736) 2023-10-06 09:46:49 -07:00
README.md Re-sync with internal repository 2022-11-15 00:48:09 -08:00
tsconfig.json lint: fix various lint issues detected by newer version of linters 2024-01-04 14:04:27 -08:00
webpack.config.ts More defensive handling of previous server's challenge tokens 2023-01-26 20:00:28 -08:00

isl-server

This is the server-side code for Interactive Smartlog. It handles running commands and reporting information to the UI.

The server code is bundled with webpack directly into the entry points using it.

Currently, the only entry point for the server is proxy/run-proxy.ts, but other entry points in the future will include the vscode extension host.

See isl/README.md for more information.

graphql codegen

Types and queries used to interact with GitHub is generated using yarn codegen. Re-run this any time you change src/github/queries.