-
Arrow functions as per ES6
``` js
// Basic syntax:
(param1, param2, paramN) => { statements }
(param1, param2, paramN) => expression
// equivalent to: => { return expression; }
// Parentheses ar…
dpeek updated
7 years ago
-
Took me a while to get an exact repro case for this!
It should look like this (legacy):
![2016-05-11 14_45_16-bugtextopenfl](https://cloud.githubusercontent.com/assets/739064/15194175/2b87a85a-1787-1…
-
Hey guys I am new to haxe and I have some struggle to build it to js using your build.hxml .
I get these errors when I try to use it. Could you give me some help ?
```
./src/flump/filters/Ani…
-
Continuing the conversation from gitter about transitive dependencies support @alfonsogarciacaro is adding, started in https://github.com/fable-elmish/react/issues/1:
> Fable dependencies must be …
-
Knowing that this project is less than 30 days old and also given that most the key features that I need for compiling to JS are working great for me, I wanted to make a note that when trying to inclu…
-
Using the repology.org's API, I've generated a list of possible updates that can be made to the nix packages. It lists the current nixpkgs_unstable version on the left of the arrow and the version tha…
-
When trying to compile a haxeui-hxwidgets app with hxcpp I get this error:
```
In file included from ./src/__boot__.cpp:989:0:
include/haxe/ds/_GenericStack/GenericStackIterator_hscript_Token.h:49:8:…
-
Tested with the "Basic example"
It doesn't crash on Windows.
-
We currently abort compilation with a helpful error message for unsupported Haxe or SWF versions - it would be nice to have the same for OpenFL and Lime. However, I'm not sure what versions are still …
-
I have the following code in my repo (I'm not sure if it's a specific case scenario or if it is a problem in all things regarding `interfaces`):
``` haxe
package sfml.graphics;
import sfml.system.Ve…