ember-cli / ember-cli/babel-plugin-debug-macros
Break This Up Into 3 Plugins
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 13
- Forks
- 13
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.