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

Function buildCore

Makefile.dryice.js:480–491  ·  view source on GitHub ↗
(options, extra, callback)

Source from the content-addressed store, hash-verified

478}
479
480function buildCore(options, extra, callback) {
481 options = extend(extra, options);
482 options.additional = [{
483 id: "build_support/mini_require",
484 order: -1000,
485 literal: true
486 }];
487 options.require =["ace/ace", "ace/loader_build"];
488 options.projectType = "main";
489 options.ns = "ace";
490 buildAceModule(options, callback);
491}
492
493function buildSubmodule(options, extra, file, callback) {
494 options = extend(extra, options);

Callers 2

buildAceFunction · 0.85
getLoadedFileListFunction · 0.85

Calls 2

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…