-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
JStack doesn't seem usable with OpenFL projects atm, because it doesn't support constructors / new() as entry points.
> openfl create project JStackTest
> cd JstackTest
Add this to project.xml:
<haxelib name="jstack" />
<haxedef name="JSTACK_MAIN=Main.new" />Running openfl test html5 results in this error:
Source/Main.hx:12: characters 2-10 : Cannot call super constructor outside class constructor
Source/Main.hx:10: lines 10-16 : Missing super constructor call
Versions used:
- JStack 2.3.9
- OpenFL 8.0.1
- Lime 6.3.0
- Haxe 3.4.7
Metadata
Metadata
Assignees
Labels
No labels