-
Notifications
You must be signed in to change notification settings - Fork 1
/
string.cson
56 lines (45 loc) · 1.97 KB
/
string.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
'.source.js':
'Ember.String.camelize':
'prefix': 'imcamelize'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { camelize } from \'@ember/string\';'
'Ember.String.capitalize':
'prefix': 'imcapitalize'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { capitalize } from \'@ember/string\';'
'Ember.String.classify':
'prefix': 'imclassify'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { classify } from \'@ember/string\';'
'Ember.String.dasherize':
'prefix': 'imdasherize'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { dasherize } from \'@ember/string\';'
'Ember.String.decamelize':
'prefix': 'imdecamelize'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { decamelize } from \'@ember/string\';'
'Ember.String.fmt':
'prefix': 'imfmt'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { fmt } from \'@ember/string\';'
'Ember.String.htmlSafe':
'prefix': 'imhtmlSafe'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { htmlSafe } from \'@ember/string\';'
'Ember.String.isHtmlSafe':
'prefix': 'imisHtmlSafe'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { isHtmlSafe } from \'@ember/string\';'
'Ember.String.loc':
'prefix': 'imloc'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { loc } from \'@ember/string\';'
'Ember.String.underscore':
'prefix': 'imunderscore'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { underscore } from \'@ember/string\';'
'Ember.String.w':
'prefix': 'imw'
'leftLabelHTML': '<span style="color:#E46651">Ember module</span>'
'body': 'import { w } from \'@ember/string\';'