isExternalUrl() — vue Function Reference
Architecture documentation for the isExternalUrl() function in utils.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 295c8fea_1a3a_244f_148c_bfcb3a5a2f4b["isExternalUrl()"] 924fad0f_bcf5_3302_0184_f5a0b88ea288["urlToRequire()"] 924fad0f_bcf5_3302_0184_f5a0b88ea288 -->|calls| 295c8fea_1a3a_244f_148c_bfcb3a5a2f4b style 295c8fea_1a3a_244f_148c_bfcb3a5a2f4b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/compiler-sfc/src/templateCompilerModules/utils.ts lines 79–81
function isExternalUrl(url: string): boolean {
return externalRE.test(url)
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isExternalUrl() do?
isExternalUrl() is a function in the vue codebase.
What calls isExternalUrl()?
isExternalUrl() is called by 1 function(s): urlToRequire.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free