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

10 years ago

1.1.0

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago