-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
30,031 additions
and
0 deletions.
There are no files selected for viewing
1,236 changes: 1,236 additions & 0 deletions
1,236
json-docs/ember-cli/5.3.0/classes/ember-cli-5.3.0-Addon.json
Large diffs are not rendered by default.
Oops, something went wrong.
44 changes: 44 additions & 0 deletions
44
json-docs/ember-cli/5.3.0/classes/ember-cli-5.3.0-AmdTransformAddon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"data": { | ||
"id": "ember-cli-5.3.0-AmdTransformAddon", | ||
"type": "class", | ||
"attributes": { | ||
"name": "AmdTransformAddon", | ||
"shortname": "AmdTransformAddon", | ||
"classitems": [], | ||
"plugins": [], | ||
"extensions": [], | ||
"plugin_for": [], | ||
"extension_for": [], | ||
"module": "ember-cli", | ||
"namespace": "", | ||
"file": "lib/tasks/transforms/amd/index.js", | ||
"line": 4, | ||
"description": "<html><head></head><body><p>This addon is used to register a custom AMD transform for app and addons to use.</p>\n</body></html>", | ||
"is_constructor": 1, | ||
"methods": [], | ||
"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" | ||
} | ||
} | ||
} | ||
} | ||
} |
1,394 changes: 1,394 additions & 0 deletions
1,394
json-docs/ember-cli/5.3.0/classes/ember-cli-5.3.0-Blueprint.json
Large diffs are not rendered by default.
Oops, something went wrong.
175 changes: 175 additions & 0 deletions
175
json-docs/ember-cli/5.3.0/classes/ember-cli-5.3.0-Builder.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.