Home / Function/ preferenceDisabled() — astro Function Reference

preferenceDisabled() — astro Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  b129345c_9b03_f654_a7e8_6b445eba9fec["preferenceDisabled()"]
  a89de736_d85a_fc8a_68a9_5d9ea54128d5["messages.ts"]
  b129345c_9b03_f654_a7e8_6b445eba9fec -->|defined in| a89de736_d85a_fc8a_68a9_5d9ea54128d5
  style b129345c_9b03_f654_a7e8_6b445eba9fec fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/messages.ts lines 137–139

export function preferenceDisabled(name: string) {
	return `${yellow('◯')} ${name} is now ${bgYellow(black(' disabled '))}\n`;
}

Domain

Subdomains

Frequently Asked Questions

What does preferenceDisabled() do?
preferenceDisabled() is a function in the astro codebase, defined in packages/astro/src/core/messages.ts.
Where is preferenceDisabled() defined?
preferenceDisabled() is defined in packages/astro/src/core/messages.ts at line 137.

Analyze Your Own Codebase

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

Try Supermodel Free