elastic/kibana

Remove `export *` pattern from Data plugin

开放

#99,515 创建于 2021年5月6日

 (6 条评论) (0 个反应) (0 位负责人)TypeScript (8,021 个派生)batch import
Feature:SearchTeam:DataDiscoverygood first issueimpact:mediumloe:smalltechnical debt

仓库指标

星标
 (19,065 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

export * makes it easy for a developer to accidentally expose functionality on a plugin's public API, and so should be avoided in favor of explicit exports.

Looks like data/common/index.ts has quite a few: https://github.com/elastic/kibana/blob/master/src/plugins/data/common/index.ts#L9

贡献者指南