pulumi/tools/mujs
joeduffy 7017828ae5 Add a baseline for the empty test
This adds a baseline for the empty module test, and it passes.
Unfortunately, because module names are absolute file paths, this
baseline file has my machine's specific path embedded in it.  I want
to lock these in so they are passing as I make progress.  Sometime
later this morning I'll fix the module naming to be "relative" and
more Mu-friendly, and this issue will go away.
2017-01-10 08:15:34 -08:00
..
cmd Add a new harness for test cases 2017-01-08 15:20:46 -06:00
lib Use the module's fileName as its name 2017-01-10 08:14:02 -08:00
tests Add a baseline for the empty test 2017-01-10 08:15:34 -08:00
.gitignore Add a new harness for test cases 2017-01-08 15:20:46 -06:00
mujs Add a handy executable wrapper for MuJS 2017-01-08 15:34:10 -06:00
package.json Add a baseline for the empty test 2017-01-10 08:15:34 -08:00
README.md Implement the MuIL AST 2016-12-30 15:34:49 -08:00
tsconfig.json Add a new harness for test cases 2017-01-08 15:20:46 -06:00
tslint.json Upgrade to latest TSLint, and compile cleanly 2016-12-31 11:16:36 -08:00
yarn.lock Add a new harness for test cases 2017-01-08 15:20:46 -06: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.