MCPcopy
hub / github.com/ajaxorg/ace / buildSubmodule

Function buildSubmodule

Makefile.dryice.js:493–501  ·  view source on GitHub ↗
(options, extra, file, callback)

Source from the content-addressed store, hash-verified

491}
492
493function buildSubmodule(options, extra, file, callback) {
494 options = extend(extra, options);
495 getLoadedFileList(options, function(coreFiles) {
496 options.outputFile = file + ".js";
497 options.ignore = options.ignore || coreFiles;
498 options.quiet = true;
499 buildAceModule(options, callback);
500 });
501}
502
503function buildAce(options, callback) {
504 var snippetFiles = jsFileList("lib/ace/snippets");

Callers 2

demoFunction · 0.85
buildAceFunction · 0.85

Calls 3

getLoadedFileListFunction · 0.85
buildAceModuleFunction · 0.85
extendFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…