coffee-react-transform icon indicating copy to clipboard operation
coffee-react-transform copied to clipboard

DEPRECATED – Provides React JSX support for Coffeescript

Results 25 coffee-react-transform issues
Sort by recently updated
recently updated
newest added

Bumps [diff](https://github.com/kpdecker/jsdiff) from 1.4.0 to 4.0.1. Changelog *Sourced from [diff's changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md).* > ## v4.0.1 - January 6th, 2019 > - Fix main reference path - b826104 > > [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...v4.0.1) >...

dependencies

So I actually want to make a code, which if I pressed a button it will auto-spawn a new box to type anything if there is no space or if...

We're using this compiler in our app and leaving coffee-script for the semicolon-braces hell looks like a very unappealing option. Does anyone know any good forks/alternatives? Or maybe there are...

When I'm writing a custom component, I simply cannot use curly braces/brackets to evaluate an expression. The following code won't compile/transform: ``` cjsx App = React.createClass render: -> {@props.children} ```...

Hi, I just ran into unexpected indentation errors while aligning tag attributes vertically within a cjsx file. ``` cjsx React = require "react" Example = React.createClass render: -> React.render ,...

Quick and dirty fix for #47. This removes whitespace and newlines around an escape character when an escape character is present, replacing it with a single space. I'm using this...

I really want to use coffeescript again but I am using the modules beta dev of Meteor. This means I can import pacakges and such. But I am not sure...

As per CoffeeScript's default behavior of evaluating statements, I was surprised to find that the following statements within a spread operator result in the CJSX error: `SyntaxError: Unexpected end of...

Is it possible to compile CJSX to JSX? The reason is when I'm showing React to non-CoffeeScripters, I'd like to make it easier see for them to see which weird...

is there a meteor package that wraps this functionality to add to the meteor builds automatically?