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 1d4c887 commit 12ad364Copy full SHA for 12ad364
packages/common/src/scopeSupportFacets/haskell.ts
@@ -1,9 +1,7 @@
1
/* eslint-disable @typescript-eslint/naming-convention */
2
3
-import {
4
- LanguageScopeSupportFacetMap,
5
- ScopeSupportFacetLevel,
6
-} from "./scopeSupportFacets.types";
+import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
+import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
7
8
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
9
0 commit comments