google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.17k stars 578 forks source link

JSX: Tag name starting with an uppercase should use identifier #2079

Closed arv closed 8 years ago

arv commented 8 years ago

<Abc/> should generate React.createElement(Abc, null) and not React.createElement('Abc', null).

arv commented 8 years ago

@johnjbarton PTAL

johnjbarton commented 8 years ago

LGTM