loadEagleLibrary function

Future<EagleResult<EagleLibrary>> loadEagleLibrary(
  1. EagleDocumentSource source
)

Loads either one complete immutable snapshot or bounded diagnostics.

Implementation

Future<EagleResult<EagleLibrary>> loadEagleLibrary(
  EagleDocumentSource source,
) async => EagleLibraryLoader(source).load();