UNPKG

229 BJavaScriptView Raw
1/**
2 * Compile with babel only when file changed from last time.
3 * @module ababel
4 */
5
6'use strict'
7
8const ababel = require('./ababel')
9
10let lib = ababel.bind(this)
11
12Object.assign(lib, ababel, {
13 ababel
14})
15
16module.exports = lib
\No newline at end of file