Home / File/ noop-actions.ts — astro Source File

noop-actions.ts — astro Source File

Architecture documentation for noop-actions.ts, a typescript file in the astro codebase. 1 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  90fa78c8_1678_1017_1720_b9e835e4d26d["noop-actions.ts"]
  a4f2698c_5256_262a_ba7c_f72b51878d10["../core/app/types.js"]
  90fa78c8_1678_1017_1720_b9e835e4d26d --> a4f2698c_5256_262a_ba7c_f72b51878d10
  style 90fa78c8_1678_1017_1720_b9e835e4d26d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import type { SSRActions } from '../core/app/types.js';

export const NOOP_ACTIONS_MOD: SSRActions = {
	server: {},
};

Domain

Dependencies

  • ../core/app/types.js

Frequently Asked Questions

What does noop-actions.ts do?
noop-actions.ts is a source file in the astro codebase, written in typescript. It belongs to the CoreAstro domain.
What does noop-actions.ts depend on?
noop-actions.ts imports 1 module(s): ../core/app/types.js.
Where is noop-actions.ts in the architecture?
noop-actions.ts is located at packages/astro/src/actions/noop-actions.ts (domain: CoreAstro, directory: packages/astro/src/actions).

Analyze Your Own Codebase

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

Try Supermodel Free