15 lines
301 B
Text
15 lines
301 B
Text
---
|
|
source: src/parser/mod.rs
|
|
expression: ast
|
|
---
|
|
TemplateAst {
|
|
root: [
|
|
Interpolation {
|
|
prev_whitespace_content: None,
|
|
expression: ConditionalAccess(
|
|
[Ident]"foo" (4..7),
|
|
),
|
|
post_whitespace_content: None,
|
|
},
|
|
],
|
|
}
|