Add extra.raw back to JSXText and JSXAttribute (#344)

This commit is contained in:
Alex Rattray
2017-04-04 06:47:59 -07:00
committed by Daniel Tschinder
parent 14b7f50e51
commit cbf4203237
20 changed files with 259 additions and 37 deletions

View File

@@ -181,7 +181,10 @@
"column": 16
}
},
"extra": null,
"extra": {
"rawValue": " ",
"raw": "\" \""
},
"value": " "
}
},
@@ -229,7 +232,10 @@
"column": 26
}
},
"extra": null,
"extra": {
"rawValue": "&",
"raw": "\"&\""
},
"value": "&"
}
},
@@ -277,7 +283,10 @@
"column": 37
}
},
"extra": null,
"extra": {
"rawValue": "&ampr;",
"raw": "\"&ampr;\""
},
"value": "&ampr;"
}
}