File tree Expand file tree Collapse file tree 2 files changed +0
-63
lines changed
common/search_strategies/log_entries Expand file tree Collapse file tree 2 files changed +0
-63
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import * as rt from 'io-ts';
88import { logSourceColumnConfigurationRT } from '../../http_api/log_sources' ;
99import {
1010 logEntryAfterCursorRT ,
11- // logEntryAroundCursorRT,
1211 logEntryBeforeCursorRT ,
1312 logEntryCursorRT ,
1413 logEntryRT ,
@@ -42,16 +41,10 @@ export const logEntriesAfterSearchRequestParamsRT = rt.intersection([
4241 logEntryAfterCursorRT ,
4342] ) ;
4443
45- // export const logEntriesCenteredSearchRequestParamsRT = rt.intersection([
46- // logEntriesBaseSearchRequestParamsRT,
47- // logEntryAroundCursorRT,
48- // ]);
49-
5044export const logEntriesSearchRequestParamsRT = rt . union ( [
5145 logEntriesBaseSearchRequestParamsRT ,
5246 logEntriesBeforeSearchRequestParamsRT ,
5347 logEntriesAfterSearchRequestParamsRT ,
54- // logEntriesCenteredSearchRequestParamsRT,
5548] ) ;
5649
5750export type LogEntriesSearchRequestParams = rt . TypeOf < typeof logEntriesSearchRequestParamsRT > ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments