acornjs / acorn-jsx

Alternative, faster React.js JSX parser
MIT License
646 stars 72 forks source link

Fix spread attributes within elements inside expression containers #6

Closed sebmck closed 9 years ago

sebmck commented 9 years ago

Fixes #5

RReverser commented 9 years ago

Cool! Can you please add regression test to tests-jsx.js?

sebmck commented 9 years ago

Done.

RReverser commented 9 years ago

Thanks!

RReverser commented 9 years ago

Published to npm.

RReverser commented 9 years ago

@sebmck Ugh, just notices that test is not correct: https://travis-ci.org/RReverser/acorn-jsx/builds/41584355 Please fix it and push to repo.

sebmck commented 9 years ago

@RReverser Ah shit, sorry! Didn't realise it followed a different scheme to the main acorn tests.