Home / Function/ warn() — astro Function Reference

warn() — astro Function Reference

Architecture documentation for the warn() function in messages.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  f622e014_50b2_e6d6_1517_c42050bec4ec["warn()"]
  d28938aa_d420_d4d1_6b36_01f3df03707d["messages.ts"]
  f622e014_50b2_e6d6_1517_c42050bec4ec -->|defined in| d28938aa_d420_d4d1_6b36_01f3df03707d
  ac3298d6_0c78_5a80_8fb7_ec8acfacd90c["log()"]
  f622e014_50b2_e6d6_1517_c42050bec4ec -->|calls| ac3298d6_0c78_5a80_8fb7_ec8acfacd90c
  style f622e014_50b2_e6d6_1517_c42050bec4ec fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/upgrade/src/messages.ts lines 96–98

export const warn = async (prefix: string, text: string) => {
	log(`${label(prefix, color.bgCyan, color.black)}  ${text}`);
};

Domain

Subdomains

Calls

Frequently Asked Questions

What does warn() do?
warn() is a function in the astro codebase, defined in packages/upgrade/src/messages.ts.
Where is warn() defined?
warn() is defined in packages/upgrade/src/messages.ts at line 96.
What does warn() call?
warn() calls 1 function(s): log.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free