emberjs / emberjs/ember-cli-babel
Renamed imports are not propragated to call site
Open
- Dominant language
- JavaScript
- Stars
- 152
- Forks
- 115
- Avg merge
- 23h 22m
- Merged PRs (30d)
- 4
Description
```ts
import { assert as debugAssert } from '@ember/debug';
debugAssert('', condition);
// becomes
Ember.debugAssert('', condition);
// instead of
Ember.assert('', condition);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.