Add extra.raw back to JSXText and JSXAttribute (#344)
This commit is contained in:
committed by
Daniel Tschinder
parent
14b7f50e51
commit
cbf4203237
10
test/fixtures/jsx/basic/19/expected.json
vendored
10
test/fixtures/jsx/basic/19/expected.json
vendored
@@ -115,7 +115,10 @@
|
||||
"column": 18
|
||||
}
|
||||
},
|
||||
"extra": null,
|
||||
"extra": {
|
||||
"rawValue": "leading",
|
||||
"raw": "\"leading\""
|
||||
},
|
||||
"value": "leading"
|
||||
}
|
||||
},
|
||||
@@ -163,7 +166,10 @@
|
||||
"column": 35
|
||||
}
|
||||
},
|
||||
"extra": null,
|
||||
"extra": {
|
||||
"rawValue": "attribute",
|
||||
"raw": "\"attribute\""
|
||||
},
|
||||
"value": "attribute"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user