Clement Hoang
Clement Hoang
@babakness @ljharb Just wanted to point out that although `(do { function foo (){ return 1 } }())` is syntactically valid, it's going to throw a runtime error since the...
I have a similar issue, but I think this is also an issue with fragments coming from a `node_module`. Unfortunately, the workaround with manually prepending `../` doesn't always work. Consider...
I would also love this feature!
Referencing https://github.com/clauderic/react-infinite-calendar/pull/160 here.
@sebmarkbage I think you're missing a bracket in ```$ReactJSXExpression(function*() { return do { ... } })())``` I really like this proposal though. One thing I'm wondering about is the difference...
``` var mode = 1; var results = do { switch (mode) { case 1: 'A string value'; // results is 'A string value' break; case 2: 5; // results...
:+1: Even very basic "getting started" code snippets will be very helpful, to illustrate how we provide input/get output. I don't know C++ very well so using this project seems...
Very interested in this as well for libdialect. The emscripten idea sounds interesting.
@Aksem, that's very exciting to hear! Where would you recommend starting when looking at the `libavoid-js` repo?