ember-cli / ember-cli/babel-plugin-debug-macros
Break This Up Into 3 Plugins
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 13
- Fork
- 13
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.