ExamplesCompiler.prototype.getLoadersToProcessExampleFile = function()

in packages/docpack-examples-compiler/lib/ExamplesCompiler.js [139:143]


ExamplesCompiler.prototype.getLoadersToProcessExampleFile = function(file) {
  var filename = this.config.filename;
  var compilerModuleConfig = this._compiler.options.module;
  return ExamplesCompiler.getLoadersToProcessExampleFile(file, filename, compilerModuleConfig);
};