UNPKG

suh-dgeni-ngdocs

Version:

A package to generate ng-docs similar to what is used on AngularJS website.

17 lines (14 loc) 417 B
"use strict"; var path = require('canonical-path'); /** * @dgService minErrInfo * @description * Load the error information that was generated during the AngularJS build. */ module.exports = function getMinerrInfo(readFilesProcessor) { return function() { //var minerrInfoPath = path.resolve(readFilesProcessor.basePath, 'build/errors.json'); // return require(minerrInfoPath); return {}; }; };