ember-cli / ember-cli/babel-plugin-debug-macros
warn() arguments are not being transpiled
Abierto
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 13
- Forks
- 13
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```js
warn(...arguments);
```
is apparently being transpiled to
```js
(false && _ember.default.warn(...arguments));
```
but `...arguments` is ES6 code, which `ember-cli-uglify@1` is not able to handle.
see https://github.com/simplabs/ember-simple-auth/issues/1443
/cc @rwjblue
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.