Loaders — astro Architecture
Specific implementations for fetching data from glob patterns or REST APIs.
Entity Profile
Dependency Diagram
graph TD subdomain_ContentCollections_Loaders["Loaders"] 287dd0eb_36d3_9751_e37a_785e89cead64["glob.ts"] subdomain_ContentCollections_Loaders --> 287dd0eb_36d3_9751_e37a_785e89cead64 f96f9986_82f2_b277_a1a6_ce356415dff1["post-loader.ts"] subdomain_ContentCollections_Loaders --> f96f9986_82f2_b277_a1a6_ce356415dff1 5c112333_2022_cc0d_62ea_fe0171da37ff["file.ts"] subdomain_ContentCollections_Loaders --> 5c112333_2022_cc0d_62ea_fe0171da37ff cf368c36_2acc_16bf_bc36_7bf7eee1a90f["mutable-data-store.ts"] subdomain_ContentCollections_Loaders --> cf368c36_2acc_16bf_bc36_7bf7eee1a90f 0d4cb7ef_19b3_b0b4_4fa9_fe77c54e42d9["types.ts"] subdomain_ContentCollections_Loaders --> 0d4cb7ef_19b3_b0b4_4fa9_fe77c54e42d9 bf5ae441_3efe_0ad3_c3c2_eac5970b1761["data-store.ts"] subdomain_ContentCollections_Loaders --> bf5ae441_3efe_0ad3_c3c2_eac5970b1761 style subdomain_ContentCollections_Loaders fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Domain
Functions
- Array()
- addAssetImport()
- addAssetImports()
- addModuleImport()
- assetImport()
- assets()
- checkPrefix()
- clear()
- clearAll()
- clearTimeout()
- collections()
- constructor()
- constructor()
- constructor()
- constructor()
- constructor()
- context()
- dataStoreSingleton()
- delete()
- entries()
- file()
- fileName()
- filePath()
- fromFile()
- fromMap()
- fromMap()
- fromModule()
- fromModule()
- fromString()
- generateIdDefault()
- get()
- glob()
- has()
- hasCollection()
- id()
- is()
- is()
- is()
- is()
- key()
- keys()
- loader()
- metaStore()
- options()
- opts()
- scopedStore()
- set()
- text()
- values()
- waitUntilSaveComplete()
- writeAssetImports()
- writeModuleImports()
- z()
Source Files
Source
Frequently Asked Questions
What is the Loaders subdomain?
Loaders is a subdomain in the astro codebase, part of the ContentCollections domain. Specific implementations for fetching data from glob patterns or REST APIs. It contains 6 source files.
Which domain does Loaders belong to?
Loaders belongs to the ContentCollections domain.
What functions are in Loaders?
The Loaders subdomain contains 53 function(s): Array, addAssetImport, addAssetImports, addModuleImport, assetImport, assets, checkPrefix, clear, and 45 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free