()
| 60 | var jsio = require('jsio'); |
| 61 | var compilerPath = path.join(jsio.__env.getPath(), '..', 'compilers'); |
| 62 | function getCompiler() { |
| 63 | var j = jsio.clone(); |
| 64 | j.path.add(compilerPath); |
| 65 | return j('import jsio_compile.compiler'); |
| 66 | } |
| 67 | |
| 68 | gulp.task('js', function (cb) { |
| 69 |
no outgoing calls
no test coverage detected
searching dependent graphs…