Langium - v4.0.0
    Preparing search index...

    Type Alias LangiumGeneratedSharedCoreServices

    The services generated by langium-cli that are shared between multiple languages. These are derived from the grammar definition.

    type LangiumGeneratedSharedCoreServices = {
        AstReflection: AstReflection;
    }
    Index

    Properties

    Properties

    AstReflection: AstReflection