Home / Function/ bannerAbort() — astro Function Reference

bannerAbort() — astro Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  ecd8d595_fb44_b9dc_71de_52d5225cb12f["bannerAbort()"]
  7e47cce3_632a_b102_4402_d13baf44fc8e["messages.ts"]
  ecd8d595_fb44_b9dc_71de_52d5225cb12f -->|defined in| 7e47cce3_632a_b102_4402_d13baf44fc8e
  325f265a_a84d_6afa_c4c9_7a8631d25cd0["log()"]
  ecd8d595_fb44_b9dc_71de_52d5225cb12f -->|calls| 325f265a_a84d_6afa_c4c9_7a8631d25cd0
  style ecd8d595_fb44_b9dc_71de_52d5225cb12f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/create-astro/src/messages.ts lines 84–85

export const bannerAbort = () =>
	log(`\n${label('astro', color.bgRed)} ${color.bold('Launch sequence aborted.')}`);

Domain

Subdomains

Calls

Frequently Asked Questions

What does bannerAbort() do?
bannerAbort() is a function in the astro codebase, defined in packages/create-astro/src/messages.ts.
Where is bannerAbort() defined?
bannerAbort() is defined in packages/create-astro/src/messages.ts at line 84.
What does bannerAbort() call?
bannerAbort() 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