mikehaverstock

Results 2 issues of mikehaverstock

``` ``` outputs: ``` React.createElement("div", null, "\x3Cb\x3E") ``` rather than throwing an error that `` is unclosed. The JSX transformer throws an error: ``` Expected corresponding JSX closing tag for...

Coffeescript outputs code like this. ## Repro ``` const amd_to_es6 = require('@buxlabs/amd-to-es6'); const input = ` define(function (require) { var x, y, Foo; x = 1; y = 'bar'; Foo...

bug