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

Function includeLoader

Makefile.dryice.js:744–750  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

742}
743
744function includeLoader(module) {
745 var pattern = '"include loader_build";';
746 if (module.source && module.source.indexOf(pattern) != -1) {
747 module.deps.push("ace/loader_build");
748 module.source = module.source.replace(pattern, 'require("./loader_build")(exports)');
749 }
750}
751
752function optimizeTextModules(sources) {
753 var textModules = {};

Callers

nothing calls this directly

Calls 2

pushMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…