emberjs / emberjs/ember-cli-babel

Renamed imports are not propragated to call site

Open
#372 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.