mattmcmanus / atom-ember-snippets

Ember.js ES6 snippets for Atom
https://atom.io/packages/ember-snippets
MIT License
38 stars 22 forks source link

Add ember-data imports snippet #46

Closed Exelord closed 6 years ago

Exelord commented 6 years ago

We should add snippets for all those modern imports:

import Model from 'ember-data/model';
import Adapter from 'ember-data/adapter';
import Transform from 'ember-data/transform';
import Serializer from 'ember-data/serializer';

import attr from 'ember-data/attr';
import { hasMany } from 'ember-data/relationships';
import { belongsTo } from 'ember-data/relationships';
mattmcmanus commented 6 years ago

Hey @Exelord, Thanks for creating all the issues. I was just thinking last night that things need to be updated. I'll try to get around to it soon. I'd happily accept PRs as well!

Exelord commented 6 years ago

Cool! :) Well, I dont have too much time right now, but I just wanted to point this out in case someone would like to help.

mattmcmanus commented 6 years ago

Great. Thanks!

On Wed, Aug 29, 2018, at 12:43 PM, Maciej Kwaśniak wrote:

Cool! :) Well, I dont have too much time right now, but I just wanted to point this out in case someone would like to help.> — You are receiving this because you commented. Reply to this email directly, view it on GitHub[1], or mute the thread[2].

Links:

  1. https://github.com/mattmcmanus/atom-ember-snippets/issues/46#issuecomment-417021845
  2. https://github.com/notifications/unsubscribe-auth/AAAkpx0TBtfRIgDL-kCeK0hzSHjwMQIpks5uVsSygaJpZM4WQwx-
Exelord commented 6 years ago

Closed in favor of #47

mattmcmanus commented 6 years ago

Published in 3.0.0!