Giles Copp

Results 6 issues of Giles Copp

`Uncaught SyntaxError: Unexpected token (` at line 8. To reproduce: create an HTML file along these lines: ``` Test ``` Run it in in a local webserver in Chrome and...

Closes https://github.com/babel/website/issues/1291. This is intended to provide a visual view of the sourcemap generated by the compile, so that REPL users can see exactly what transformations map to which generated...

We're using `react-validation` and updating to React 16. I see that back in May v2.10.10 was versioned in the repo which flushed the use of `React.PropTypes`, but it seems that...

Using the `--simple` [precompilation flag](http://handlebarsjs.com/precompilation.html) outputs an object with a `main` function like this: ``` {"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { [snip] },"usePartial":true,"useData":true} ``` It's not clear how templates precompiled in this manner...

If you pass this JSX string: ``` fooorbaz ``` You get this output: ``` foo or baz ``` This will add whitespace between the `em`, "or" and `strong`, which is...

- [x] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [ ] This feature is important to have in this repository; a contrib plugin wouldn't do ## Describe...

enhancement