2.1.2 • Published 9 years ago

jinx-compiler v2.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Build Status npm version

Imgur

This is an nodejs module for compile .jinx into .as (actionscript3)

Usage

var jinxCompiler = require('jinx-compiler');

var jinxFile = 'test/app/flash/init.jinx';
var compiled = jinxCompiler(fs.readFileSync(jinxFile)); // return an actionscript

The MIT License

2.1.2

9 years ago

2.1.1

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.2.1

9 years ago

1.1.0

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago