_config.js — svelte Source File
Architecture documentation for _config.js, a javascript file in the svelte codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 0263f248_a4b7_581d_06cf_b217c11cbf6a["_config.js"] e19cfbe3_ca82_459d_0cfe_63f6bb4739fd["test.ts"] 0263f248_a4b7_581d_06cf_b217c11cbf6a --> e19cfbe3_ca82_459d_0cfe_63f6bb4739fd style 0263f248_a4b7_581d_06cf_b217c11cbf6a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { test } from '../../test';
export default test({
skip: true, // TODO: This test actually works, but the error message is printed, not thrown, so we need to have a way to test for that
compileOptions: {
dev: true
},
error:
'node_invalid_placement_ssr: `<p>` (packages/svelte/tests/server-side-rendering/samples/invalid-nested-svelte-element/main.svelte:2:1) cannot be a child of `<p>` (packages/svelte/tests/server-side-rendering/samples/invalid-nested-svelte-element/main.svelte:1:0)\n\nThis can cause content to shift around as the browser repairs the HTML, and will likely result in a `hydration_mismatch` warning.'
});
Domain
Dependencies
Source
Frequently Asked Questions
What does _config.js do?
_config.js is a source file in the svelte codebase, written in javascript. It belongs to the BuildSystem domain.
What does _config.js depend on?
_config.js imports 1 module(s): test.ts.
Where is _config.js in the architecture?
_config.js is located at packages/svelte/tests/server-side-rendering/samples/invalid-nested-svelte-element/_config.js (domain: BuildSystem, directory: packages/svelte/tests/server-side-rendering/samples/invalid-nested-svelte-element).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free