@alicloud/console-toolkit-plugin-docs
Version:
console toolkit plugin for build docs
10 lines • 417 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var collectInterfaceInfo_1 = require("./collectInterfaceInfo");
function typeInfoLoader(content) {
var filePath = this.resourcePath;
var info = (0, collectInterfaceInfo_1.collectInterfaceInfo)(filePath);
return "export default ".concat(JSON.stringify(info));
}
exports.default = typeInfoLoader;
//# sourceMappingURL=index.js.map
;