Method
resolveDataModel
(node: DataModel, document: LangiumDocument<AstNode>, extraScopes: ScopeProvider[])
Source from the content-addressed store, hash-verified
| 459 | } |
| 460 | |
| 461 | private resolveDataModel(node: DataModel, document: LangiumDocument<AstNode>, extraScopes: ScopeProvider[]) { |
| 462 | return this.resolveDefault(node, document, extraScopes); |
| 463 | } |
| 464 | |
| 465 | private resolveDataField(node: DataField, document: LangiumDocument<AstNode>, extraScopes: ScopeProvider[]) { |
| 466 | // Field declaration may contain enum references, and enum fields are pushed to the global |
Tested by
no test coverage detected