-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathimport-utils.cson
41 lines (33 loc) · 1.37 KB
/
import-utils.cson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
'.source.js, .source.ts':
'Ember.compare':
'prefix': 'imcompare'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': "import { compare } from '@ember/utils';"
'Ember.isBlank':
'prefix': 'imisBlank'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': "import { isBlank } from '@ember/utils';"
'Ember.isEmpty':
'prefix': 'imisEmpty'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': "import { isEmpty } from '@ember/utils';"
'Ember.isEqual':
'prefix': 'imisEqual'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': "import { isEqual } from '@ember/utils';"
'Ember.isNone':
'prefix': 'imisNone'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': "import { isNone } from '@ember/utils';"
'Ember.isPresent':
'prefix': 'imisPresent'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': "import { isPresent } from '@ember/utils';"
'Ember.tryInvoke':
'prefix': 'imtryInvoke'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': "import { tryInvoke } from '@ember/utils';"
'Ember.typeOf':
'prefix': 'imtypeOf'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': "import { typeOf } from '@ember/utils';"