mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Fixes #15635 Importing ansicolor from node_modules or vendored as is failed because there is no ES5 transpiler configured for ES6 libs. - remove ansicolor from package.json - add ansicolor to public/vendor/ansicolor and port to typescript - adapt all ansicolor imports - add `public/vendor` as a path to be considered by ts compiler |
||
---|---|---|
.. | ||
components | ||
img | ||
partials | ||
datasource.test.ts | ||
datasource.ts | ||
language_provider.test.ts | ||
language_provider.ts | ||
module.ts | ||
plugin.json | ||
query_utils.test.ts | ||
query_utils.ts | ||
README.md | ||
result_transformer.test.ts | ||
result_transformer.ts | ||
syntax.ts | ||
types.ts |
Loki Datasource - Native Plugin
This is a built in datasource that allows you to connect to the Loki logging service.