├── 0000-template.md ├── CODE_OF_CONDUCT.md ├── README.md ├── active ├── .gitkeep ├── 0003-ember-doctor.md ├── 0023-command-line-completion.md ├── 0046-improved-release-process.md ├── 0050-production-code-stripping.md ├── 0051-packaging.md ├── 0086-firefox-in-ci.md ├── 0105-addons-optionalDependencies.md ├── 0108-add-custom-transform.md ├── 0114-add-template-lint-addon.md ├── 0116-qunit-dom.md ├── 0120-cli-guides.md └── 0121-remove-ember-cli-eslint.md └── complete ├── 0012-help-json-output.md ├── 0020-sri-default.md ├── 0028-app-import-output-file.md ├── 0029-addon-black-and-whitelist-for-apps.md ├── 0055-anonymous-amd.md ├── 0080-serve-file-api.md ├── 0090-addon-tree-caching.md ├── 0091-addon-instrumentation-experimental-hooks.md ├── 0092-blueprint-remove-old-files.md ├── 0095-standardise-targets.md └── 0096-enable-yarn-usage.md /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/0000-template.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /active/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /active/0003-ember-doctor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0003-ember-doctor.md -------------------------------------------------------------------------------- /active/0023-command-line-completion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0023-command-line-completion.md -------------------------------------------------------------------------------- /active/0046-improved-release-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0046-improved-release-process.md -------------------------------------------------------------------------------- /active/0050-production-code-stripping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0050-production-code-stripping.md -------------------------------------------------------------------------------- /active/0051-packaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0051-packaging.md -------------------------------------------------------------------------------- /active/0086-firefox-in-ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0086-firefox-in-ci.md -------------------------------------------------------------------------------- /active/0105-addons-optionalDependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0105-addons-optionalDependencies.md -------------------------------------------------------------------------------- /active/0108-add-custom-transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0108-add-custom-transform.md -------------------------------------------------------------------------------- /active/0114-add-template-lint-addon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0114-add-template-lint-addon.md -------------------------------------------------------------------------------- /active/0116-qunit-dom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0116-qunit-dom.md -------------------------------------------------------------------------------- /active/0120-cli-guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0120-cli-guides.md -------------------------------------------------------------------------------- /active/0121-remove-ember-cli-eslint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/active/0121-remove-ember-cli-eslint.md -------------------------------------------------------------------------------- /complete/0012-help-json-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0012-help-json-output.md -------------------------------------------------------------------------------- /complete/0020-sri-default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0020-sri-default.md -------------------------------------------------------------------------------- /complete/0028-app-import-output-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0028-app-import-output-file.md -------------------------------------------------------------------------------- /complete/0029-addon-black-and-whitelist-for-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0029-addon-black-and-whitelist-for-apps.md -------------------------------------------------------------------------------- /complete/0055-anonymous-amd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0055-anonymous-amd.md -------------------------------------------------------------------------------- /complete/0080-serve-file-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0080-serve-file-api.md -------------------------------------------------------------------------------- /complete/0090-addon-tree-caching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0090-addon-tree-caching.md -------------------------------------------------------------------------------- /complete/0091-addon-instrumentation-experimental-hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0091-addon-instrumentation-experimental-hooks.md -------------------------------------------------------------------------------- /complete/0092-blueprint-remove-old-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0092-blueprint-remove-old-files.md -------------------------------------------------------------------------------- /complete/0095-standardise-targets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0095-standardise-targets.md -------------------------------------------------------------------------------- /complete/0096-enable-yarn-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ember-cli/rfcs/HEAD/complete/0096-enable-yarn-usage.md --------------------------------------------------------------------------------