hxcommonjs

0.0.2 • Public • Published

hxcommonjs

You can use hxcommmonjs export commonjs modules.

Install

haxelib install hxcommonjs

Usage

hx.commonjs.Export.set("Hello", "Hello");

parameter 1 is field of exports, and 2 is class name.

// JS

var example = require("example.js");
var hello = new example.Hello();
console.log(hello.say());

// got "hello"

Readme

Keywords

Package Sidebar

Install

npm i hxcommonjs

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • haxelib.js