Add extra.raw back to JSXText and JSXAttribute (#344)
This commit is contained in:
committed by
Daniel Tschinder
parent
14b7f50e51
commit
cbf4203237
15
test/fixtures/jsx/basic/3/expected.json
vendored
15
test/fixtures/jsx/basic/3/expected.json
vendored
@@ -146,7 +146,10 @@
|
||||
"column": 14
|
||||
}
|
||||
},
|
||||
"extra": null,
|
||||
"extra": {
|
||||
"rawValue": "bar",
|
||||
"raw": "\"bar\""
|
||||
},
|
||||
"value": "bar"
|
||||
}
|
||||
}
|
||||
@@ -215,7 +218,10 @@
|
||||
"column": 16
|
||||
}
|
||||
},
|
||||
"extra": null,
|
||||
"extra": {
|
||||
"rawValue": " ",
|
||||
"raw": " "
|
||||
},
|
||||
"value": " "
|
||||
},
|
||||
{
|
||||
@@ -264,7 +270,10 @@
|
||||
"column": 24
|
||||
}
|
||||
},
|
||||
"extra": null,
|
||||
"extra": {
|
||||
"rawValue": " ",
|
||||
"raw": " "
|
||||
},
|
||||
"value": " "
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user