Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more missing public APIs. #48

Merged
merged 1 commit into from
Apr 23, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 22, 2018

Ember.Namespace -> import Namespace from '@ember/application/namespace';
Ember.VERSION -> import { VERSION } from '@ember/version';
Ember.Namespace -> import Namespace from '@ember/application/namespace';
Ember.HTMLBars.template -> import { wrapTemplate } from '@ember/template-compilation';
Ember.HTMLBars.compile -> import { compileTemplate } from '@ember/template-compilation';
Ember.HTMLBars.precompile -> import { precompileTemplate } from '@ember/template-compilation';
Ember.FEATURES / Ember.FEATURES.isEnabled -> import { FEATURES, isEnabled } from '@ember/canary-features'

Addresses part of #12

```
Ember.Namespace -> import Namespace from '@ember/application/namespace';
Ember.VERSION -> import { VERSION } from '@ember/version';
Ember.Namespace -> import Namespace from '@ember/application/namespace';
Ember.HTMLBars.template -> import { wrapTemplate } from '@ember/template-compilation';
Ember.HTMLBars.compile -> import { compileTemplate } from '@ember/template-compilation';
Ember.HTMLBars.precompile -> import { precompileTemplate } from '@ember/template-compilation';
Ember.FEATURES / Ember.FEATURES.isEnabled -> import { FEATURES, isEnabled } from '@ember/canary-features'
```
@rwjblue rwjblue merged commit efe7906 into ember-cli:master Apr 23, 2018
@rwjblue rwjblue deleted the add-more-public-apis branch April 23, 2018 10:59
@rwjblue rwjblue mentioned this pull request Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants