index.ts — astro Source File
Architecture documentation for index.ts, a typescript file in the astro codebase. 3 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 34580eb6_f650_6d31_f462_dfb63e899613["index.ts"] 7216d952_4e4a_2d18_a85b_74b4ace79e2b["../core/constants.js"] 34580eb6_f650_6d31_f462_dfb63e899613 --> 7216d952_4e4a_2d18_a85b_74b4ace79e2b 3dcfe5e3_030f_e0e7_658c_e684836fa855["telemetry"] 34580eb6_f650_6d31_f462_dfb63e899613 --> 3dcfe5e3_030f_e0e7_658c_e684836fa855 263e522e_1aa5_ebc3_e7d6_45ebc51671f7["vite"] 34580eb6_f650_6d31_f462_dfb63e899613 --> 263e522e_1aa5_ebc3_e7d6_45ebc51671f7 style 34580eb6_f650_6d31_f462_dfb63e899613 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { AstroTelemetry } from '@astrojs/telemetry';
import { version as viteVersion } from 'vite';
import { ASTRO_VERSION } from '../core/constants.js';
export const telemetry = new AstroTelemetry({
astroVersion: ASTRO_VERSION,
viteVersion,
});
export * from './error.js';
export * from './session.js';
Domain
Dependencies
- ../core/constants.js
- telemetry
- vite
Source
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 CoreAstro domain.
What does index.ts depend on?
index.ts imports 3 module(s): ../core/constants.js, telemetry, vite.
Where is index.ts in the architecture?
index.ts is located at packages/astro/src/events/index.ts (domain: CoreAstro, directory: packages/astro/src/events).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free