Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ember-cli #23

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions delete-unused-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function deleteUnusedFilesForRevIndex(file) {
project = 'ember';
} else if (json.data.id.match(/^ember-data-\d/)) {
project = 'ember-data';
} else if (json.data.id.match(/^ember-cli-\d/)) {
project = 'ember-cli';
} else {
console.log('error figuring out project for', file);
return;
Expand Down
1,236 changes: 1,236 additions & 0 deletions json-docs/ember-cli/5.3.0/classes/ember-cli-5.3.0-Addon.json

Large diffs are not rendered by default.

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 json-docs/ember-cli/5.3.0/classes/ember-cli-5.3.0-Blueprint.json

Large diffs are not rendered by default.

175 changes: 175 additions & 0 deletions json-docs/ember-cli/5.3.0/classes/ember-cli-5.3.0-Builder.json
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"
}
}
}
}
}
Loading
Loading