{"library":"ember-cli-preprocess-registry","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":[]}]}