We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dba54 commit 0a56639Copy full SHA for 0a56639
src/includes/vscode-select/OptionListController.ts
@@ -1,12 +1,12 @@
1
import {ReactiveController, ReactiveControllerHost} from 'lit';
2
-import {FilterMethod, InternalOption, Option} from './types';
+import {FilterMethod, InternalOption, Option} from './types.js';
3
import {
4
containsSearch,
5
fuzzySearch,
6
SearchResult,
7
startsWithPerTermSearch,
8
startsWithSearch,
9
-} from './helpers';
+} from './helpers.js';
10
11
export class OptionListController implements ReactiveController {
12
private _activeIndex = -1;
0 commit comments