-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathember-cli-5.3.0-Builder.json
175 lines (175 loc) · 5.04 KB
/
ember-cli-5.3.0-Builder.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"data": {
"id": "ember-cli-5.3.0-Builder",
"type": "class",
"attributes": {
"name": "Builder",
"shortname": "Builder",
"classitems": [],
"plugins": [],
"extensions": [],
"plugin_for": [],
"extension_for": [],
"module": "ember-cli",
"namespace": "",
"file": "lib/models/builder.js",
"line": 14,
"description": "<html><head></head><body><p>Wrapper for the Broccoli <a href=\"https://github.com/broccolijs/broccoli/blob/master/lib/builder.js\">Builder</a> class.</p>\n</body></html>",
"access": "private",
"tagname": "",
"methods": [
{
"file": "lib/models/builder.js",
"line": 39,
"access": "private",
"tagname": "",
"itemtype": "method",
"name": "readBuildFile",
"params": [
{
"name": "path",
"description": "The file path to read the build file from"
}
],
"class": "Builder",
"module": "ember-cli"
},
{
"file": "lib/models/builder.js",
"line": 60,
"access": "private",
"tagname": "",
"itemtype": "method",
"name": "setupBroccoliBuilder",
"class": "Builder",
"module": "ember-cli"
},
{
"file": "lib/models/builder.js",
"line": 98,
"description": "<html><head></head><body><p>Determine whether the output path is safe to delete. If the outputPath\nappears anywhere in the parents of the project root, the build would\ndelete the project directory. In this case return <code>false</code>, otherwise\nreturn <code>true</code>.</p>\n</body></html>",
"access": "private",
"tagname": "",
"itemtype": "method",
"name": "canDeleteOutputPath",
"params": [
{
"name": "outputPath",
"description": "",
"type": "String"
}
],
"return": {
"description": "",
"type": "Boolean"
},
"class": "Builder",
"module": "ember-cli"
},
{
"file": "lib/models/builder.js",
"line": 120,
"access": "private",
"tagname": "",
"itemtype": "method",
"name": "copyToOutputPath",
"params": [
{
"name": "inputPath",
"description": "",
"type": "String"
}
],
"class": "Builder",
"module": "ember-cli"
},
{
"file": "lib/models/builder.js",
"line": 144,
"access": "private",
"tagname": "",
"itemtype": "method",
"name": "processAddonBuildSteps",
"params": [
{
"name": "buildStep",
"description": ""
},
{
"name": "results",
"description": ""
}
],
"return": {
"description": "",
"type": "Promise"
},
"class": "Builder",
"module": "ember-cli"
},
{
"file": "lib/models/builder.js",
"line": 169,
"access": "private",
"tagname": "",
"itemtype": "method",
"name": "build",
"return": {
"description": "",
"type": "Promise"
},
"class": "Builder",
"module": "ember-cli"
},
{
"file": "lib/models/builder.js",
"line": 244,
"description": "<html><head></head><body><p>Delegates to the <code>cleanup</code> method of the wrapped Broccoli builder.</p>\n</body></html>",
"access": "private",
"tagname": "",
"itemtype": "method",
"name": "cleanup",
"return": {
"description": "",
"type": "Promise"
},
"class": "Builder",
"module": "ember-cli"
},
{
"file": "lib/models/builder.js",
"line": 276,
"description": "<html><head></head><body><p>Checks for issues in the environment that can't easily be detected until\nafter a build and issues any necessary deprecation warnings.</p>\n<ul>\n<li>check for old (pre 0.1.4) versions of heimdalljs</li>\n</ul>\n</body></html>",
"access": "private",
"tagname": "",
"itemtype": "method",
"name": "checkForPostBuildEnvironmentIssues",
"class": "Builder",
"module": "ember-cli"
}
],
"events": [],
"properties": []
},
"relationships": {
"parent-class": {
"data": null
},
"descendants": {
"data": []
},
"module": {
"data": {
"id": "ember-cli-5.3.0-ember-cli",
"type": "module"
}
},
"project-version": {
"data": {
"id": "ember-cli-5.3.0",
"type": "project-version"
}
}
}
}
}