UNPKG

haxe

Version:

Wrapper of Haxe, an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.

11 lines (7 loc) 280 B
var executable = require('./lib/executable'); var vars = require('./lib/vars'); module.exports = { haxe: executable( vars.haxe.path, vars.haxe.args ), haxelib: executable( vars.haxelib.path, vars.haxelib.args ), neko: executable( vars.neko.path, vars.neko.args ) }