Home / Function/ isExternalUrl() — vue Function Reference

isExternalUrl() — vue Function Reference

Architecture documentation for the isExternalUrl() function in utils.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  dbfae07d_383d_6378_1fbb_d8556299500c["isExternalUrl()"]
  90eed22c_58dc_8abb_a418_7c84bdd13880["urlToRequire()"]
  90eed22c_58dc_8abb_a418_7c84bdd13880 -->|calls| dbfae07d_383d_6378_1fbb_d8556299500c
  style dbfae07d_383d_6378_1fbb_d8556299500c 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

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