pulumi/tools/mujs
2017-01-03 04:14:37 -08:00
..
cmd Add basic TypeScript AST transform traversal 2016-12-31 13:29:46 -08:00
lib Map binary operators during lowering 2017-01-03 04:14:37 -08:00
.gitignore Upgrade to latest TSLint, and compile cleanly 2016-12-31 11:16:36 -08:00
package.json Add a compiler module 2016-12-31 11:23:20 -08:00
README.md Implement the MuIL AST 2016-12-30 15:34:49 -08:00
tsconfig.json Add basic TypeScript AST transform traversal 2016-12-31 13:29:46 -08:00
tslint.json Upgrade to latest TSLint, and compile cleanly 2016-12-31 11:16:36 -08:00
yarn.lock Add a compiler module 2016-12-31 11:23:20 -08:00

MuJS

This directory contains Mu's JavaScript compiler.

It implements a subset of JavaScript with TypeScript-style type annotations, and can compile that subset into MuPack/IL.