wesl
    Preparing search index...

    Interface BindingAST

    an extended version of the AST

    interface BindingAST {
        _flatImports?: FlatImport[];
        imports: ImportStatement[];
        moduleAsserts?: ConstAssertElem[];
        moduleElem: ModuleElem;
        rootScope: Scope;
        srcModule: SrcModule;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _flatImports?: FlatImport[]
    imports: ImportStatement[]

    imports found in this module

    moduleAsserts?: ConstAssertElem[]

    module level const_assert statements

    moduleElem: ModuleElem

    root module element

    rootScope: Scope

    root scope for this module

    srcModule: SrcModule

    source text for this module