mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 22:37:27 -08:00
export newCompleteStrategy to avoid client import errors (#10448)
This will avoid codemirror-promql clients to choose manually between cjs or esm so the bundler can decide. Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
This commit is contained in:
parent
8b5eb562b1
commit
9ed56c6065
|
@ -12,6 +12,6 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
export { PrometheusClient } from './client';
|
export { PrometheusClient } from './client';
|
||||||
export { CompleteConfiguration, CompleteStrategy } from './complete';
|
export { CompleteConfiguration, CompleteStrategy, newCompleteStrategy } from './complete';
|
||||||
export { LintStrategy } from './lint';
|
export { LintStrategy } from './lint';
|
||||||
export { PromQLExtension, LanguageType, promQLLanguage } from './promql';
|
export { PromQLExtension, LanguageType, promQLLanguage } from './promql';
|
||||||
|
|
Loading…
Reference in a new issue