sourcegraph/client/common
Matthew Manela 949a538654
feat(search): Support Magik language file filter in search (#63110)
Adds support to the lang file filter for Magik language (`lang: Magik`).
In order to do that we add wrappers around go-enry and update search
code to use them. This provides flexibility for us in the future to
support other languages that are not in Linguist as well.
2024-06-11 13:41:39 -04:00
..
src feat(search): Support Magik language file filter in search (#63110) 2024-06-11 13:41:39 -04:00
.eslintignore Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
BUILD.bazel Remove Wildcard's dependency on @sourcegraph/common (#61781) 2024-04-15 12:26:02 +02:00
OWNERS Update FPT code owners ping (#44545) 2022-11-17 07:21:49 -05:00
package.json reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00
README.md Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
tsconfig.json simplify tsconfig.json files (#57913) 2023-10-26 03:03:11 -07:00
vitest.config.ts reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00

Common utilities

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