MCPcopy Index your code
hub / github.com/tinymce/tinymce / buildEntries

Function buildEntries

modules/tinymce/tools/modules/grunt-webpack.js:129–135  ·  view source on GitHub ↗
(typeNames, type, entry, pathPrefix = '')

Source from the content-addressed store, hash-verified

127);
128
129const buildEntries = (typeNames, type, entry, pathPrefix = '') => typeNames.reduce(
130 (acc, name) => {
131 const fileName = type.replace(/s$/, '') + '.js';
132 acc[`${pathPrefix}${type}/${name}/${fileName}`] = `src/${type}/${name}/main/ts/${entry}`;
133 return acc;
134 }, {}
135);
136
137const all = (plugins, themes, models) => {
138 return [

Callers 1

allFunction · 0.70

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…