|
|
@ -306,7 +306,6 @@ export function analyze_module(source, options) {
|
|
|
|
has_props_rune: false,
|
|
|
|
has_props_rune: false,
|
|
|
|
options: /** @type {ValidatedCompileOptions} */ (options),
|
|
|
|
options: /** @type {ValidatedCompileOptions} */ (options),
|
|
|
|
fragment: null,
|
|
|
|
fragment: null,
|
|
|
|
snippet: null,
|
|
|
|
|
|
|
|
title: null,
|
|
|
|
title: null,
|
|
|
|
boundary: null,
|
|
|
|
boundary: null,
|
|
|
|
parent_element: null,
|
|
|
|
parent_element: null,
|
|
|
@ -700,7 +699,6 @@ export function analyze_component(root, source, options) {
|
|
|
|
options,
|
|
|
|
options,
|
|
|
|
ast_type: ast === instance.ast ? 'instance' : ast === template.ast ? 'template' : 'module',
|
|
|
|
ast_type: ast === instance.ast ? 'instance' : ast === template.ast ? 'template' : 'module',
|
|
|
|
fragment: ast === template.ast ? ast : null,
|
|
|
|
fragment: ast === template.ast ? ast : null,
|
|
|
|
snippet: null,
|
|
|
|
|
|
|
|
title: null,
|
|
|
|
title: null,
|
|
|
|
boundary: null,
|
|
|
|
boundary: null,
|
|
|
|
parent_element: null,
|
|
|
|
parent_element: null,
|
|
|
@ -770,7 +768,6 @@ export function analyze_component(root, source, options) {
|
|
|
|
analysis,
|
|
|
|
analysis,
|
|
|
|
options,
|
|
|
|
options,
|
|
|
|
fragment: ast === template.ast ? ast : null,
|
|
|
|
fragment: ast === template.ast ? ast : null,
|
|
|
|
snippet: null,
|
|
|
|
|
|
|
|
title: null,
|
|
|
|
title: null,
|
|
|
|
boundary: null,
|
|
|
|
boundary: null,
|
|
|
|
parent_element: null,
|
|
|
|
parent_element: null,
|
|
|
|