ember-cli / ember-cli/babel-plugin-debug-macros

Break This Up Into 3 Plugins

Open
#32 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
13
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.