Add extra.raw back to JSXText and JSXAttribute (#344)
This commit is contained in:
committed by
Daniel Tschinder
parent
14b7f50e51
commit
cbf4203237
5
test/fixtures/jsx/basic/entity/expected.json
vendored
5
test/fixtures/jsx/basic/entity/expected.json
vendored
@@ -135,7 +135,10 @@
|
||||
"column": 12
|
||||
}
|
||||
},
|
||||
"extra": null,
|
||||
"extra": {
|
||||
"rawValue": "💩",
|
||||
"raw": "💩"
|
||||
},
|
||||
"value": "💩"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user