clear rawValue from JSX attribute values as they're tokenised and parsed differently - fixes #2114
This commit is contained in:
7
test/fixtures/jsx/basic/19/expected.json
vendored
7
test/fixtures/jsx/basic/19/expected.json
vendored
@@ -116,7 +116,7 @@
|
||||
}
|
||||
},
|
||||
"value": "leading",
|
||||
"rawValue": "leading",
|
||||
"rawValue": null,
|
||||
"raw": "\"leading\""
|
||||
}
|
||||
},
|
||||
@@ -165,7 +165,7 @@
|
||||
}
|
||||
},
|
||||
"value": "attribute",
|
||||
"rawValue": "attribute",
|
||||
"rawValue": null,
|
||||
"raw": "\"attribute\""
|
||||
}
|
||||
},
|
||||
@@ -254,6 +254,5 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"comments": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user