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 はまだ評価されていません。