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 e88448e commit 423ba6cCopy full SHA for 423ba6c
packages/schema/src/language-server/validator/utils.ts
@@ -1,20 +1,12 @@
1
import {
2
- AttributeArg,
3
- AttributeParam,
4
BuiltinType,
5
- DataModelAttribute,
6
- DataModelFieldAttribute,
7
Expression,
8
ExpressionType,
9
- InternalAttribute,
10
- isArrayExpr,
11
isDataModelField,
12
- isEnum,
13
isMemberAccessExpr,
14
- isReferenceExpr,
15
isStringLiteral,
16
} from '@zenstackhq/language/ast';
17
-import { isAuthInvocation, resolved } from '@zenstackhq/sdk';
+import { isAuthInvocation } from '@zenstackhq/sdk';
18
import { AstNode, ValidationAcceptor } from 'langium';
19
20
/**
0 commit comments