@@ -1143,7 +1143,6 @@ describe('compiler: parse', () => {
1143
1143
arg : undefined ,
1144
1144
modifiers : [ ] ,
1145
1145
exp : undefined ,
1146
- rawExp : undefined ,
1147
1146
loc : {
1148
1147
start : { offset : 5 , line : 1 , column : 6 } ,
1149
1148
end : { offset : 9 , line : 1 , column : 10 } ,
@@ -1173,7 +1172,6 @@ describe('compiler: parse', () => {
1173
1172
source : 'a'
1174
1173
}
1175
1174
} ,
1176
- rawExp : 'a' ,
1177
1175
loc : {
1178
1176
start : { offset : 5 , line : 1 , column : 6 } ,
1179
1177
end : { offset : 13 , line : 1 , column : 14 } ,
@@ -1203,7 +1201,6 @@ describe('compiler: parse', () => {
1203
1201
} ,
1204
1202
modifiers : [ ] ,
1205
1203
exp : undefined ,
1206
- rawExp : undefined ,
1207
1204
loc : {
1208
1205
start : { offset : 5 , line : 1 , column : 6 } ,
1209
1206
end : { offset : 15 , line : 1 , column : 16 } ,
@@ -1260,7 +1257,6 @@ describe('compiler: parse', () => {
1260
1257
} ,
1261
1258
modifiers : [ ] ,
1262
1259
exp : undefined ,
1263
- rawExp : undefined ,
1264
1260
loc : {
1265
1261
start : { offset : 5 , line : 1 , column : 6 } ,
1266
1262
end : { offset : 17 , line : 1 , column : 18 } ,
@@ -1280,7 +1276,6 @@ describe('compiler: parse', () => {
1280
1276
arg : undefined ,
1281
1277
modifiers : [ 'enter' ] ,
1282
1278
exp : undefined ,
1283
- rawExp : undefined ,
1284
1279
loc : {
1285
1280
start : { offset : 5 , line : 1 , column : 6 } ,
1286
1281
end : { offset : 15 , line : 1 , column : 16 } ,
@@ -1300,7 +1295,6 @@ describe('compiler: parse', () => {
1300
1295
arg : undefined ,
1301
1296
modifiers : [ 'enter' , 'exact' ] ,
1302
1297
exp : undefined ,
1303
- rawExp : undefined ,
1304
1298
loc : {
1305
1299
start : { offset : 5 , line : 1 , column : 6 } ,
1306
1300
end : { offset : 21 , line : 1 , column : 22 } ,
@@ -1330,7 +1324,6 @@ describe('compiler: parse', () => {
1330
1324
} ,
1331
1325
modifiers : [ 'enter' , 'exact' ] ,
1332
1326
exp : undefined ,
1333
- rawExp : undefined ,
1334
1327
loc : {
1335
1328
start : { offset : 5 , line : 1 , column : 6 } ,
1336
1329
end : { offset : 27 , line : 1 , column : 28 } ,
@@ -1360,7 +1353,6 @@ describe('compiler: parse', () => {
1360
1353
} ,
1361
1354
modifiers : [ 'camel' ] ,
1362
1355
exp : undefined ,
1363
- rawExp : undefined ,
1364
1356
loc : {
1365
1357
start : { offset : 5 , line : 1 , column : 6 } ,
1366
1358
end : { offset : 21 , line : 1 , column : 22 } ,
@@ -1427,7 +1419,6 @@ describe('compiler: parse', () => {
1427
1419
source : 'b'
1428
1420
}
1429
1421
} ,
1430
- rawExp : 'b' ,
1431
1422
loc : {
1432
1423
start : { offset : 5 , line : 1 , column : 6 } ,
1433
1424
end : { offset : 9 , line : 1 , column : 10 } ,
@@ -1467,7 +1458,6 @@ describe('compiler: parse', () => {
1467
1458
source : 'b'
1468
1459
}
1469
1460
} ,
1470
- rawExp : 'b' ,
1471
1461
loc : {
1472
1462
start : { offset : 5 , line : 1 , column : 6 } ,
1473
1463
end : { offset : 9 , line : 1 , column : 10 } ,
@@ -1508,7 +1498,6 @@ describe('compiler: parse', () => {
1508
1498
source : 'b'
1509
1499
}
1510
1500
} ,
1511
- rawExp : 'b' ,
1512
1501
loc : {
1513
1502
start : { offset : 5 , line : 1 , column : 6 } ,
1514
1503
end : { offset : 14 , line : 1 , column : 15 } ,
@@ -1549,7 +1538,6 @@ describe('compiler: parse', () => {
1549
1538
source : 'b'
1550
1539
}
1551
1540
} ,
1552
- rawExp : 'b' ,
1553
1541
loc : {
1554
1542
start : { offset : 5 , line : 1 , column : 6 } ,
1555
1543
end : { offset : 9 , line : 1 , column : 10 } ,
@@ -1590,7 +1578,6 @@ describe('compiler: parse', () => {
1590
1578
source : 'b'
1591
1579
}
1592
1580
} ,
1593
- rawExp : 'b' ,
1594
1581
loc : {
1595
1582
start : { offset : 5 , line : 1 , column : 6 } ,
1596
1583
end : { offset : 15 , line : 1 , column : 16 } ,
@@ -1631,7 +1618,6 @@ describe('compiler: parse', () => {
1631
1618
source : '{ b }'
1632
1619
}
1633
1620
} ,
1634
- rawExp : '{ b }' ,
1635
1621
loc : {
1636
1622
start : { offset : 6 , line : 1 , column : 7 } ,
1637
1623
end : { offset : 16 , line : 1 , column : 17 } ,
0 commit comments