Home / File/ index.ts — astro Source File

index.ts — astro Source File

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

Entity Profile

Dependency Diagram

graph LR
  8ff14658_eeb1_a6d8_5721_dc5b0217aedb["index.ts"]
  8909c868_1ac1_a082_2359_9f13d6e2ca19["./A.astro"]
  8ff14658_eeb1_a6d8_5721_dc5b0217aedb --> 8909c868_1ac1_a082_2359_9f13d6e2ca19
  51fd0c0e_4698_df59_ab9b_0a24cea5ef9f["./CWrapper.astro"]
  8ff14658_eeb1_a6d8_5721_dc5b0217aedb --> 51fd0c0e_4698_df59_ab9b_0a24cea5ef9f
  050b7ca4_2bee_70cb_baef_53b8a00e5822["./D.astro"]
  8ff14658_eeb1_a6d8_5721_dc5b0217aedb --> 050b7ca4_2bee_70cb_baef_53b8a00e5822
  14f25406_cbf7_726c_54f6_28115d1b5aeb["./E.astro"]
  8ff14658_eeb1_a6d8_5721_dc5b0217aedb --> 14f25406_cbf7_726c_54f6_28115d1b5aeb
  style 8ff14658_eeb1_a6d8_5721_dc5b0217aedb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import A_aliased from './A.astro';
import { default as C_aliased } from './CWrapper.astro';
import D from './D.astro';
import E_aliased from './E.astro';

export { A_aliased as A, C_aliased as C_aliased };
export { default as B2 } from './B.astro';
export const D_aliased = D;
export default E_aliased;

export { default as LargeScript } from './LargeScript.astro';

Dependencies

  • ./A.astro
  • ./CWrapper.astro
  • ./D.astro
  • ./E.astro

Frequently Asked Questions

What does index.ts do?
index.ts is a source file in the astro codebase, written in typescript. It belongs to the IntegrationAdapters domain.
What does index.ts depend on?
index.ts imports 4 module(s): ./A.astro, ./CWrapper.astro, ./D.astro, ./E.astro.
Where is index.ts in the architecture?
index.ts is located at packages/astro/test/fixtures/hoisted-imports/src/components/index.ts (domain: IntegrationAdapters, directory: packages/astro/test/fixtures/hoisted-imports/src/components).

Analyze Your Own Codebase

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

Try Supermodel Free