ember-cli / ember-cli/babel-plugin-debug-macros
warn() arguments are not being transpiled
Đang mở
bug
- Ngôn ngữ chính
- TypeScript
- Star
- 13
- Fork
- 13
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.