Home / File/ _app.ts — astro Source File

_app.ts — astro Source File

Architecture documentation for _app.ts, a typescript file in the astro codebase. 2 imports, 0 dependents.

File typescript CoreAstro RoutingSystem 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  d7e4c182_1458_542f_5f4e_d82a9bab2900["_app.ts"]
  be33b330_79b4_e716_7d1c_af310e3a18d1["../components/Bar.vue"]
  d7e4c182_1458_542f_5f4e_d82a9bab2900 --> be33b330_79b4_e716_7d1c_af310e3a18d1
  58645bbc_6680_4e2a_38e9_3e4f34edbed5["vue"]
  d7e4c182_1458_542f_5f4e_d82a9bab2900 --> 58645bbc_6680_4e2a_38e9_3e4f34edbed5
  style d7e4c182_1458_542f_5f4e_d82a9bab2900 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import type { App } from 'vue'
import Bar from '../components/Bar.vue'

export default function setup(app: App) {
	app.component('Bar', Bar);
}

Domain

Subdomains

Functions

Dependencies

  • ../components/Bar.vue
  • vue

Frequently Asked Questions

What does _app.ts do?
_app.ts is a source file in the astro codebase, written in typescript. It belongs to the CoreAstro domain, RoutingSystem subdomain.
What functions are defined in _app.ts?
_app.ts defines 1 function(s): setup.
What does _app.ts depend on?
_app.ts imports 2 module(s): ../components/Bar.vue, vue.
Where is _app.ts in the architecture?
_app.ts is located at packages/integrations/vue/test/fixtures/app-entrypoint/src/pages/_app.ts (domain: CoreAstro, subdomain: RoutingSystem, directory: packages/integrations/vue/test/fixtures/app-entrypoint/src/pages).

Analyze Your Own Codebase

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

Try Supermodel Free