MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / resolveTransitiveImports

Function resolveTransitiveImports

packages/language/src/utils.ts:453–455  ·  view source on GitHub ↗
(documents: LangiumDocuments, model: Model)

Source from the content-addressed store, hash-verified

451 * Resolves the transitive imports of the given model and returns the list of imported models. The given model itself is not included in the result.
452 */
453export function resolveTransitiveImports(documents: LangiumDocuments, model: Model) {
454 return resolveTransitiveImportsInternal(documents, model);
455}
456
457function resolveTransitiveImportsInternal(
458 documents: LangiumDocuments,

Callers 3

mergeImportsDeclarationsFunction · 0.90
validateMethod · 0.90

Calls 1

Tested by

no test coverage detected