UNPKG

169 BJavaScriptView Raw
1#!/usr/bin/env node
2
3'use strict';
4
5// to use V8's code cache to speed up instantiation time
6require('v8-compile-cache');
7
8require('../lib/cli')(process.argv.slice(2));