Home / File/ external-script.ts — astro Source File

external-script.ts — astro Source File

Architecture documentation for external-script.ts, a typescript file in the astro codebase.

Entity Profile

Source Code

const element: HTMLElement = document.querySelector('#external-script');
element.textContent = `This was loaded externally`;

Frequently Asked Questions

What does external-script.ts do?
external-script.ts is a source file in the astro codebase, written in typescript.
Where is external-script.ts in the architecture?
external-script.ts is located at packages/astro/test/fixtures/static-build/src/scripts/external-script.ts (directory: packages/astro/test/fixtures/static-build/src/scripts).

Analyze Your Own Codebase

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

Try Supermodel Free