floatdrop / plugin-jsx

JSX loader plugin
MIT License
36 stars 10 forks source link

issue-3 support es6 templates #4

Closed prayerslayer closed 9 years ago

prayerslayer commented 9 years ago

Fixes #3

floatdrop commented 9 years ago

Shouldn't it be merged in, like, beta branch for now? Does jspm registry allows jsx@0.13-beta.1 syntax?

prayerslayer commented 9 years ago

Shouldn't it be merged in, like, beta branch for now?

Yes, a beta branch is probably a better idea as there could be more 0.12.x releases of React.

Does jspm registry allows jsx@0.13-beta.1 syntax?

It better, because this format is specified as a pre-release in the semver spec. I did not try, but according to this regex in the source it should be fine.

floatdrop commented 9 years ago

Sorry for delay - beta branch is in, you can use it like this:

jspm install jsx@beta

prayerslayer commented 9 years ago

Thanks for responding so quickly!