sapling/addons/isl-server
Michael Bolin f65f499ba9 do not strip the final newline when running sl cat (#321)
Summary:
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/321).
* __->__ https://github.com/facebook/sapling/issues/321

do not strip the final newline when running `sl cat`

Pull Request resolved: https://github.com/facebook/sapling/pull/321

Test Plan:
Ran the dev version of the extension with this change and
verified it no longer shows a modification at the end of the file
suggesting a newline was added.

Reviewed By: ndmitchell

Differential Revision: D41974622

Pulled By: bolinfest

fbshipit-source-id: db1362fc4bad297a3e048ca44391f104a68c41c6
2022-12-12 14:18:12 -08:00
..
platform Re-sync with internal repository 2022-11-15 00:48:09 -08:00
proxy Clean up servers when all repos have been disposed 2022-11-16 16:25:46 -08:00
src do not strip the final newline when running sl cat (#321) 2022-12-12 14:18:12 -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 Re-sync with internal repository 2022-11-15 00:48:09 -08:00
package.json Re-sync with internal repository 2022-11-15 00:48:09 -08:00
README.md Re-sync with internal repository 2022-11-15 00:48:09 -08:00
tsconfig.json Re-sync with internal repository 2022-11-15 00:48:09 -08:00
webpack.config.ts Re-sync with internal repository 2022-11-15 00:48:09 -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.