aboutsummaryrefslogtreecommitdiff
path: root/src/shell.js
blob: 3b762e181497b76d2bb9bf177b7535b1a5494529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"use strict";

// Capture the output of this into a variable, if you want
//(function(Module, args) {
//  Module = Module || {};
//  args = args || [];

// Runs much faster, for some reason
this['Module'] = {};
var args = arguments;
  {{BODY}}

  // {{MODULE_ADDITIONS}}

//  return Module;
//})({}, this.arguments); // Replace parameters as needed