sourcegraph/client/extension-api
TJ Kandala fecd730df3
extensions: implement logging API (#20474)
Add sourcegraph.app.log to the extension API. Logs are automatically prefixed with the extension's ID.

Co-authored-by: Felix Becker <felix.b@outlook.com>
2021-05-13 12:55:11 -04:00
..
src extensions: implement logging API (#20474) 2021-05-13 12:55:11 -04:00
.eslintrc.js web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
LICENSE web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
package.json extensions: implement logging API (#20474) 2021-05-13 12:55:11 -04:00
README.md web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
tsconfig.json web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
typedoc.js web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00

Sourcegraph extension API

codecov code style: prettier sourcegraph: search

This package contains only the types for the Sourcegraph extension API (sourcegraph.d.ts).

See Sourcegraph extensions documentation for more information.