Open fullofcaffeine opened 9 years ago
We need to remove promise/Promise
from js/JQuery.hx
because of haxe std changes:
https://github.com/HaxeFoundation/haxe/blob/development/std/js/JQuery.hx
https://github.com/HaxeFoundation/haxe/blob/development/std/js/Promise.hx
Can you please make a PR ?
Might work, now ?
It doesn't seem to... Invalid number of arguments for type parameters for js.Promise => JQuery.hx l.177
By commenting it, it works though.
@clemos On a related note/question, do you have any ETA on when haxe-js-kit
will be using the official nodejs externs from the Haxe Foundation?
It does, actually: no more js.node
I should probably dump some other stuff such as JQuery
Hey guys,
I'm trying to use
haxe-js-kit
with @frabbit'sangular.haxe
(https://github.com/frabbit/angular.haxe), but if I add both as-lib
to thebuild.hxml
, I get the following errors:I have no idea what might be causing this. Any hints?
Thanks!