ember-cli / ember-cli/babel-plugin-debug-macros
warn() arguments are not being transpiled
Aperta
bug
- Lingua principale
- TypeScript
- Stelle
- 13
- Fork
- 13
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.