MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / stringifyAndNormalize

Function stringifyAndNormalize

packages/addon-blueprint/index.js:22–24  ·  view source on GitHub ↗
(contents)

Source from the content-addressed store, hash-verified

20const blueprintVersion = require('./package.json').version;
21
22function stringifyAndNormalize(contents) {
23 return `${JSON.stringify(contents, null, 2)}\n`;
24}
25
26const replacers = {
27 'package.json'(content) {

Callers 3

updatePackageJsonFunction · 0.85
_generatePackageJsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…