ember-mode icon indicating copy to clipboard operation
ember-mode copied to clipboard

Emacs mode for navigating through emberjs projects.

Results 6 ember-mode issues
Sort by recently updated
recently updated
newest added

Upgrade import paths for core imports and decorators and remove duplicate entries. Supersedes #20 and fixes #18.

@madnificent Are you still maintaining this repo?

Import should be: ```js import { attr } from '@ember-data/model'; ``` but instead ember-mode adds: ```js import { attr } from '@ember/data'; ``` This is on ember octane, with the...

Nobody uses coffeescript with Ember nowadays. So we can remove these references from README and the related code.