ember-cli / ember-cli/ember-cli-preprocess-registry
Removal of availablePlugins breaks addons
- Lenguaje dominante
- JavaScript
- Estrellas
- 1
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
A number of older addons break with `ember-cli-preprocess-registry` versions `4.0+` with the following error:
```
Cannot read properties of undefined (reading '...')
```
We've traced it down to the [removal](https://github.com/ember-cli/ember-cli-preprocess-registry/commit/22379e12919520a86101f0f8ef314b7de43e4352) of `availablePlugins` from `registry`.
We've seen this problem with the following plugins:
- [ember-basic-dropdown](https://github.com/cibernox/ember-basic-dropdown/issues/706)
- [ember-power-select](https://github.com/cibernox/ember-power-select)
- [ember-side-menu](https://github.com/tsubik/ember-side-menu)
- [and there seem to be more...](https://github.com/search?q=registry.availablePlugins+language%3AJavaScript&type=code&l=JavaScript)
Is this an intended breaking change?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Revisa el commit 22379e12919520a86101f0f8ef314b7de43e4352 y la API actual del registro para entender por qué se eliminó availablePlugins. Reproduce el fallo de propiedad indefinida con uno de los addons mencionados y, a continuación, determina y verifica el comportamiento de compatibilidad previsto para los plugins antiguos.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- tooling
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 30/100