ember-cli / ember-cli/babel-plugin-debug-macros
Break This Up Into 3 Plugins
未关闭
- 主要语言
- TypeScript
- 星标
- 13
- 派生
- 13
- PR 合并指标
- 30 天内没有已合并 PR
描述
This is getting pretty unwieldy. Should be broken up into the following:
```
['debug-macros', {
debug: boolean,
source: string,
externalizeHelpers: { module: true, global: string }
],
['feature-flags', { debug: boolean, flags: Object, source: string }]
['svelte', { flags: Object, debug: boolean, source: string }]
```
Likely need to check if there are other options that each plugin needs.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。