{"library":"ember-cli-preprocess-registry","type":"library","category":null,"description":"Ember CLI Preprocessor Registry (npm: `ember-cli-preprocess-registry`) is an internal utility package within the Ember CLI ecosystem, providing a centralized registry for managing various preprocessors for `css`, `template`, and `js` assets. It is currently at version 5.0.1 and primarily maintained as needed for Ember CLI development, without a strict independent release cadence. Its key differentiator is its deep integration into Ember CLI's build pipeline, offering a standard way for addons to register and interact with asset transformations via hooks like `setupPreprocessorRegistry`. This package is not typically consumed directly by end-user applications but is a core component for Ember CLI addons wishing to extend asset compilation.","language":"javascript","status":"active","version":"5.0.1","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ember-cli-preprocess-registry","imports":["const Registry = require('ember-cli-preprocess-registry');","import Registry from 'ember-cli-preprocess-registry';","module.exports = {\n  name: 'my-addon',\n  setupPreprocessorRegistry(type, registry) {\n    if (type === 'parent') {\n      registry.add('js', {\n        name: 'my-js-preprocessor',\n        toTree(tree) { return tree; }\n      });\n    }\n  }\n};"]},{"cmd":"yarn add ember-cli-preprocess-registry","imports":[]},{"cmd":"pnpm add ember-cli-preprocess-registry","imports":[]}],"homepage":null,"github":"https://github.com/ember-cli/ember-cli-preprocessor-registry","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ember-cli-preprocess-registry","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/ember-cli-preprocess-registry/compatibility"}}