clear rawValue from JSX attribute values as they're tokenised and parsed differently - fixes #2114
This commit is contained in:
2
test/fixtures/jsx/basic/3/expected.json
vendored
2
test/fixtures/jsx/basic/3/expected.json
vendored
@@ -147,7 +147,7 @@
|
||||
}
|
||||
},
|
||||
"value": "bar",
|
||||
"rawValue": "bar",
|
||||
"rawValue": null,
|
||||
"raw": "\"bar\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user