* Returns info about the exports. * @param {Module} module the module * @returns {ExportsInfo} info about the exports
(module)
| 744 | * @returns {ExportsInfo} info about the exports |
| 745 | */ |
| 746 | getExportsInfo(module) { |
| 747 | const mgm = this._getModuleGraphModule(module); |
| 748 | return mgm.exports; |
| 749 | } |
| 750 | |
| 751 | /** |
| 752 | * Returns info about the export. |
no test coverage detected