Skip to content

Commit ab7b49a

Browse files
fix: turn off feature for compatibility test
1 parent 790aa03 commit ab7b49a

File tree

2 files changed

+3
-3
lines changed
  • packages/@lwc/template-compiler/src/__tests__/fixtures/expression-complex/compatibility/directive-if/template-expression

2 files changed

+3
-3
lines changed

packages/@lwc/template-compiler/src/__tests__/fixtures/expression-complex/compatibility/directive-if/template-expression/ast.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@
154154
"raw": "{bar}",
155155
"value": {
156156
"type": "Identifier",
157-
"start": 1,
158-
"end": 4,
157+
"start": 7,
158+
"end": 10,
159159
"name": "bar",
160160
"location": {
161161
"startLine": 3,
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"experimentalComplexExpressions": false
2+
"experimentalComplexExpressions": true
33
}

0 commit comments

Comments
 (0)