Files
lix/tests/functional/lang/parse-okay-rec-set-override-warning.exp
T
Raito Bezarius 3e4bffcc24 libexpr: rename forceString to isInterpolation
`ExprConcatStrings` tracks whether the expression is an interpolation or
not via an obscure boolean called `forceString`.

Instead, we rename it to `isInterpolation`.

This is a breaking change for the JSON AST representation.

Change-Id: I9f89337449b56f6e99a961e21169761f554c9896
Signed-off-by: Raito Bezarius <raito@lix.systems>
2025-05-20 19:14:49 +02:00

41 lines
866 B
Plaintext

_type: ExprList
elems:
- _type: ExprSet
attrs:
a:
_type: ExprSet
attrs:
__overrides:
_type: ExprSet
recursive: false
recursive: true
recursive: false
- _type: ExprSet
attrs:
__overrides:
_type: ExprSet
recursive: false
recursive: true
- _type: ExprSet
attrs:
__overrides:
_type: ExprSet
recursive: false
recursive: false
- _type: ExprSet
dynamicAttrs:
- name:
_type: ExprConcatStrings
es:
- _type: ExprLiteral
value: __overrides
valueType: String
- _type: ExprLiteral
value: ''
valueType: String
isInterpolation: false
value:
_type: ExprSet
recursive: false
recursive: true