bannerAbort() — astro Function Reference
Architecture documentation for the bannerAbort() function in messages.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 2dad1be4_04b9_3785_936a_3b26f88840b0["bannerAbort()"] d28938aa_d420_d4d1_6b36_01f3df03707d["messages.ts"] 2dad1be4_04b9_3785_936a_3b26f88840b0 -->|defined in| d28938aa_d420_d4d1_6b36_01f3df03707d ac3298d6_0c78_5a80_8fb7_ec8acfacd90c["log()"] 2dad1be4_04b9_3785_936a_3b26f88840b0 -->|calls| ac3298d6_0c78_5a80_8fb7_ec8acfacd90c style 2dad1be4_04b9_3785_936a_3b26f88840b0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/upgrade/src/messages.ts lines 93–94
export const bannerAbort = () =>
log(`\n${label('astro', color.bgRed)} ${color.bold('Integration upgrade aborted.')}`);
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does bannerAbort() do?
bannerAbort() is a function in the astro codebase, defined in packages/upgrade/src/messages.ts.
Where is bannerAbort() defined?
bannerAbort() is defined in packages/upgrade/src/messages.ts at line 93.
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