ember-cli / ember-cli/babel-plugin-debug-macros
Wrong transpilation for renamed import
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 13
- Forks
- 13
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Given this reproduction file: https://github.com/simonihmig/ember-warn-transpilation/blob/master/app/utils/warn.js
This is transpiled to:
```js
define('ember-warn-transpilation/utils/warn', ['exports'], function (exports) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = warn;
function warn() {
(true && Ember.emberWarn(...arguments));
}
});
```
Where `Ember.emberWarn` is obviously not a thing.
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.