Home / Class/ DataMap Class — astro Architecture

DataMap Class — astro Architecture

Architecture documentation for the DataMap class in rehype-apply-frontmatter-export.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  5537dfcc_4ade_697b_6915_75bf2c871390["DataMap"]
  50f0dfd4_d9b5_8cd5_80a6_3519a94ab6d7["rehype-apply-frontmatter-export.ts"]
  5537dfcc_4ade_697b_6915_75bf2c871390 -->|defined in| 50f0dfd4_d9b5_8cd5_80a6_3519a94ab6d7

Relationship Graph

Source Code

packages/integrations/mdx/src/rehype-apply-frontmatter-export.ts lines 9–15

declare module 'vfile' {
	interface DataMap {
		applyFrontmatterExport?: {
			srcDir?: URL;
		};
	}
}

Domain

Frequently Asked Questions

What is the DataMap class?
DataMap is a class in the astro codebase, defined in packages/integrations/mdx/src/rehype-apply-frontmatter-export.ts.
Where is DataMap defined?
DataMap is defined in packages/integrations/mdx/src/rehype-apply-frontmatter-export.ts at line 9.

Analyze Your Own Codebase

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

Try Supermodel Free