getHTMLDocument() — astro Function Reference
Architecture documentation for the getHTMLDocument() function in parseHTML.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 7211fbd0_4c25_12de_2257_51c397a8f60e["getHTMLDocument()"] b9e6df3b_0db3_5da0_196d_ad954be5a3bd["parseHTML.ts"] 7211fbd0_4c25_12de_2257_51c397a8f60e -->|defined in| b9e6df3b_0db3_5da0_196d_ad954be5a3bd bebadfbe_8a04_994d_e104_1094a6547f4d["parseHTML()"] bebadfbe_8a04_994d_e104_1094a6547f4d -->|calls| 7211fbd0_4c25_12de_2257_51c397a8f60e style 7211fbd0_4c25_12de_2257_51c397a8f60e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/language-tools/language-server/src/core/parseHTML.ts lines 114–116
function getHTMLDocument(preprocessedHTML: string): html.HTMLDocument {
return htmlLs.parseHTMLDocument({ getText: () => preprocessedHTML } as any);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getHTMLDocument() do?
getHTMLDocument() is a function in the astro codebase, defined in packages/language-tools/language-server/src/core/parseHTML.ts.
Where is getHTMLDocument() defined?
getHTMLDocument() is defined in packages/language-tools/language-server/src/core/parseHTML.ts at line 114.
What calls getHTMLDocument()?
getHTMLDocument() is called by 1 function(s): parseHTML.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free