Home / Function/ visitors.ExportAllDeclaration() — svelte Function Reference

visitors.ExportAllDeclaration() — svelte Function Reference

Architecture documentation for the visitors.ExportAllDeclaration() function in remove_typescript_nodes.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  79fb1cb5_1837_ba28_533a_3ad530ed74c7["visitors.ExportAllDeclaration()"]
  0e67864d_62c6_024e_3588_da959afe5b23["remove_typescript_nodes.js"]
  79fb1cb5_1837_ba28_533a_3ad530ed74c7 -->|defined in| 0e67864d_62c6_024e_3588_da959afe5b23
  style 79fb1cb5_1837_ba28_533a_3ad530ed74c7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/phases/1-parse/remove_typescript_nodes.js lines 73–76

	ExportAllDeclaration(node) {
		if (node.exportKind === 'type') return b.empty;
		return node;
	},

Domain

Subdomains

Frequently Asked Questions

What does visitors.ExportAllDeclaration() do?
visitors.ExportAllDeclaration() is a function in the svelte codebase, defined in packages/svelte/src/compiler/phases/1-parse/remove_typescript_nodes.js.
Where is visitors.ExportAllDeclaration() defined?
visitors.ExportAllDeclaration() is defined in packages/svelte/src/compiler/phases/1-parse/remove_typescript_nodes.js at line 73.

Analyze Your Own Codebase

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

Try Supermodel Free