mirror of
https://github.com/prometheus/prometheus
synced 2025-01-18 21:22:19 +00: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.
|
||||
|
||||
export { PrometheusClient } from './client';
|
||||
export { CompleteConfiguration, CompleteStrategy } from './complete';
|
||||
export { CompleteConfiguration, CompleteStrategy, newCompleteStrategy } from './complete';
|
||||
export { LintStrategy } from './lint';
|
||||
export { PromQLExtension, LanguageType, promQLLanguage } from './promql';
|
||||
|
Loading…
Reference in New Issue
Block a user