I found a bug, but i don't know it's bug of VSHaxe or bug of coconut.ui (tink_*, etc).
It appears only when i use latest coconut.ui from git and latest tink libs from git.
Source code:
import js.Browser.*;
class Main {
public static function main() {
coconut.ui.Renderer.mount(document.body, new App({}));
}
}
class App extends coconut.ui.View {
var name:String;
function render() {
return hxx('<div>GOOD</div>');
}
}
When i hover on any item in class that extends coconut.ui.View, it shows "@:optional ..."
I found a bug, but i don't know it's bug of VSHaxe or bug of coconut.ui (tink_*, etc). It appears only when i use latest coconut.ui from git and latest tink libs from git.
Source code:
When i hover on any item in class that extends coconut.ui.View, it shows "@:optional ..."
build.hxml -cp src -main Main -lib coconut.ui -lib coconut.vdom -js out/main.js
Haxe Compiler 4.0.0-preview.5+da718a30e Windows 7 x64