Home / File/ _config.js — svelte Source File

_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
  3314aa9f_ade1_13fa_e6eb_f061fd1d518f["_config.js"]
  654af6d6_2570_6860_f8dd_6b6131e1eec4["test.ts"]
  3314aa9f_ade1_13fa_e6eb_f061fd1d518f --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  style 3314aa9f_ade1_13fa_e6eb_f061fd1d518f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { test } from '../../test';

// There is no relationship between the attribute and the dom node with regards to microdata attributes https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata
export default test({
	html: `<div itemscope itemtype="https://schema.org/SoftwareApplication">
	<span itemprop="name">Game</span> - REQUIRES
	<span itemprop="operatingSystem">OS</span><br/>
	<link itemprop="applicationCategory" href="https://schema.org/GameApplication"/>

	<div itemprop="aggregateRating" itemscope="" itemtype="https://schema.org/AggregateRating">RATING:
		<span itemprop="ratingValue">4.6</span> (
		<span itemprop="ratingCount">8864</span> ratings )</div>
	<div itemref="offers"></div>
</div>

<div
	itemprop="offers"
	itemid="offers"
	id="offers"
	itemscope
	itemtype="https://schema.org/Offer"
>
	Price: $<span itemprop="price">1.00</span>
<meta itemprop="priceCurrency" content="USD"/>
</div>
	`
});

Domain

Dependencies

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/runtime-legacy/samples/attribute-microdata/_config.js (domain: BuildSystem, directory: packages/svelte/tests/runtime-legacy/samples/attribute-microdata).

Analyze Your Own Codebase

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

Try Supermodel Free