Chore: Remove unused/deprecated method (#74485)

This commit is contained in:
Ryan McKinley
2023-09-19 10:51:50 -07:00
committed by GitHub
parent b54e4c0ddb
commit e83054386b

View File

@@ -321,12 +321,6 @@ abstract class DataSourceApi<
*/ */
modifyQuery?(query: TQuery, action: QueryFixAction): TQuery; modifyQuery?(query: TQuery, action: QueryFixAction): TQuery;
/**
* @deprecated since version 8.2.0
* Not used anymore.
*/
getHighlighterExpression?(query: TQuery): string[];
/** Get an identifier object for this datasource instance */ /** Get an identifier object for this datasource instance */
getRef(): DataSourceRef { getRef(): DataSourceRef {
return { type: this.type, uid: this.uid }; return { type: this.type, uid: this.uid };