options_removed_enable_sourcemap() — svelte Function Reference
Architecture documentation for the options_removed_enable_sourcemap() function in warnings.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD a4715f31_430f_148a_b947_9141556abb27["options_removed_enable_sourcemap()"] 56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"] a4715f31_430f_148a_b947_9141556abb27 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475 style a4715f31_430f_148a_b947_9141556abb27 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/warnings.js lines 569–571
export function options_removed_enable_sourcemap(node) {
w(node, 'options_removed_enable_sourcemap', `The \`enableSourcemap\` option has been removed. Source maps are always generated now, and tooling can choose to ignore them\nhttps://svelte.dev/e/options_removed_enable_sourcemap`);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does options_removed_enable_sourcemap() do?
options_removed_enable_sourcemap() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is options_removed_enable_sourcemap() defined?
options_removed_enable_sourcemap() is defined in packages/svelte/src/compiler/warnings.js at line 569.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free