summaryrefslogtreecommitdiff
path: root/source/helpers/select-has.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/helpers/select-has.ts')
-rw-r--r--source/helpers/select-has.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/helpers/select-has.ts b/source/helpers/select-has.ts
index 1ed5f86a..29dd6756 100644
--- a/source/helpers/select-has.ts
+++ b/source/helpers/select-has.ts
@@ -1,4 +1,4 @@
-import {ParseSelector} from 'typed-query-selector/parser';
+import {ParseSelector} from 'typed-query-selector/parser.js';
const _isHasSelectorSupported = globalThis.CSS?.supports('selector(:has(a))');
export const isHasSelectorSupported = (): boolean => _isHasSelectorSupported;