mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
I was testing raw babel (transpile only) vs tsc + babel (typecheck + transpile) and I guess we merged the wrong one. This just deletes the babel-only one and enabled typechecking. The BUILD changes are missing files and deps missing which were causing tsc compiler errors. ## Test plan Manual bazel build. |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| babel.config.js | ||
| BUILD.bazel | ||
| jest.config.js | ||
| OWNERS | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Http Client
Generic logic for sending and handling HTTP requests from our client applications.
Use the getGraphQLClient client utility to create an app-specific instance of the Apollo Client, which is the recommended way to interact with Sourcegraph API from web applications.