haxe-js-kit icon indicating copy to clipboard operation
haxe-js-kit copied to clipboard

Haxe tools and externs for Javascript and Node.js

Results 14 haxe-js-kit issues
Sort by recently updated
recently updated
newest added

Getting the following warnings when compiling with Haxe 4 RC2: ``` /home/fullofcaffeine/haxe/haxe_libraries/js-kit/0.0.3/git/f5c1e23e0ef5c5b04288d03f8fa3af746a70c9d3/js/npm/express/Middleware.hx:25: characters 2-8 : Warning : Extern non-inline function may not have an expression /home/fullofcaffeine/haxe/haxe_libraries/js-kit/0.0.3/git/f5c1e23e0ef5c5b04288d03f8fa3af746a70c9d3/js/npm/express/Middleware.hx:26: characters 2-7 : Warning...

Hello', Thanks for your project, you bring to us an usefull set of tools. After updating to haxe 4, a lot of things seem to be broken. I resolved some...

I recently updated my Haxe install to 4.0.0rc4 (from 4.0.0.rc3) and now receive this error message: ``` /js-kit/git/util/CopyMethods.hx:37: characters 13-18 : Uncaught exception unsupported /js-kit/git/js/npm/express/Middleware.hx:58: characters 1-8 : Called from...

Why doesn't `js.npm.express.Request` from `haxe-js-kit` unify with `js.node.http.IncomingMessage`? If you check the definition for the Express Request object, here: https://github.com/expressjs/express/blob/master/lib/request.js, you'll see that it extends `http.IncomingMessage`. The express TS type...

Is the documentation in the readme.md still correct? ``` haxelib git js-kit https://github.com/clemos/haxe-js-kit.git haxelib ``` or should that be: ``` haxelib git js-kit https://github.com/clemos/haxe-js-kit.git master ```

This is a follow up on #141, however the problems we encounter are more far-reaching. Among other things hxnodejs: - sets `-D nodejs` which is why [`haxe.Http` will attempt using...

I think this is one of the best libraries out there for web and general js development with Haxe, because let's be honest, UFront is a niche framework currently and...

I recently [posted this as a stack overflow question](http://stackoverflow.com/questions/37290694/when-using-externs-and-targeting-javascript-how-do-i-force-the-haxe-compiler-to), but I guess it's also relevant to the author(s) of this library. After I posted that question, I read the rest...

Hey guys, I'm trying to use `haxe-js-kit` with @frabbit's `angular.haxe` (https://github.com/frabbit/angular.haxe), but if I add both as `-lib` to the `build.hxml`, I get the following errors: ``` /usr/lib/haxe/std/js/html/MediaElement.hx:79: characters 1-64...

Currently mongoose (4.2.2) does not support multi-dimensional array in schema. So in the model schema macro we should convert them to `Mixed` (or `[Mixed]`?).

bug