sourcegraph/client/common
Jason Bedard 10aefc4bb7
bazel: add bazel build,tests for client/* (#46193)
Webpack bundles compile but need further testing. Jest + mocha tests
compile but are marked as `manual` until further work is done to get them
passing. The four jest tests are green and enabled now, though.

## Test plan

`bazel build //client/...` and `bazel test //client/...`
2023-02-28 20:46:03 -08:00
..
src sveltekit: React integration (#48269) 2023-02-28 15:49:32 +01:00
.eslintignore Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
.eslintrc.js Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
babel.config.js Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
BUILD.bazel bazel: add bazel build,tests for client/* (#46193) 2023-02-28 20:46:03 -08:00
jest.config.js Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
OWNERS Update FPT code owners ping (#44545) 2022-11-17 07:21:49 -05:00
package.json web: migrate from yarn to pnpm (#46143) 2023-01-11 19:50:09 -08:00
README.md Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
tsconfig.json web: fix pnpm-lock issue (#47478) 2023-02-09 22:04:31 -08:00

Common utilities

Generic utilities without any specific domain. This package should not depend on any other Sourcegraph monorepo package.