MCPcopy Create free account
hub / github.com/play-co/devkit / getCompiler

Function getCompiler

gulpfile.js:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60var jsio = require('jsio');
61var compilerPath = path.join(jsio.__env.getPath(), '..', 'compilers');
62function getCompiler() {
63 var j = jsio.clone();
64 j.path.add(compilerPath);
65 return j('import jsio_compile.compiler');
66}
67
68gulp.task('js', function (cb) {
69

Callers 1

gulpfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…