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: Fix whitespace and escaping of attribute values #2099

Closed arv closed 8 years ago

arv commented 8 years ago

The behavior is reversed engineer from Babel since the semantics is not documented in the JSX "spec".

Fixes #2088

arv commented 8 years ago

@johnjbarton PTAL

johnjbarton commented 8 years ago

LGTM ... No effect on tests?

arv commented 8 years ago

Ooops, I forgot to git add the test. PTAL.

johnjbarton commented 8 years ago

LGTM ;-)