- Preparing search index...
- The search index is not available
oml-alexandria
Function createOmlServices
- createOmlServices(context: DefaultSharedModuleContext): {
Oml: OmlServices;
shared: LangiumSprottySharedServices;
}
-
Parameters
-
context: DefaultSharedModuleContext
Returns {
Oml: OmlServices;
shared: LangiumSprottySharedServices;
}
-
-
shared: LangiumSprottySharedServices
Create the full set of services required by Langium and Sprotty.
First inject the shared services by merging three modules:
Then inject the language-specific services by merging three modules:
Returns
An object wrapping the shared services and the language-specific services