Skip to content

Commit

Permalink
调整扩展接口
Browse files Browse the repository at this point in the history
  • Loading branch information
han-feng committed May 13, 2019
1 parent d5a94eb commit 1a33962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Modular.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export default class Modular {
}

/**
* 获取全部有效的扩展配置
* 获取全部扩展的原始配置对象,这些配置对象未进行预处理加工
* @deprecated
*/
getExtensions(name: string) {
const point = this.getExtensionPoint(name)
Expand Down

0 comments on commit 1a33962

Please sign in to comment.