Erik Arvidsson
7846eaebaa
Do not quote JSX attribute keys for IdentifierName ( #8045 )
...
Given the following
```js
a = <F new/>
```
We used to generate:
```js
a = React.createElement(F, {"new": true})
```
but now we generate
```js
a = React.createElement(F, {new: true})
```
If you need to quote these (ie for ES3 you can use
transform-property-literals)
2018-05-27 12:48:18 -04:00
..
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-03-04 13:31:33 -08:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-05-23 16:21:21 -04:00
2018-05-27 12:48:18 -04:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 15:36:42 +01:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-05-27 12:48:18 -04:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 15:36:42 +01:00
2018-01-09 13:10:30 -06:00
2018-01-09 15:36:42 +01:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2018-01-09 13:10:30 -06:00
2017-10-28 20:43:15 -04:00