MCPcopy Create free account
hub / github.com/ReactiveX/rxjs / apply

Method apply

scripts/analyze-bundles.mjs:463–474  ·  view source on GitHub ↗
(compiler)

Source from the content-addressed store, hash-verified

461 }
462
463 apply(compiler) {
464 compiler.hooks.compilation.tap('TargetPrefixedModuleIdsPlugin', (compilation) => {
465 compilation.hooks.afterOptimizeModuleIds.tap('TargetPrefixedModuleIdsPlugin', (modules) => {
466 for (const module of modules) {
467 const id = compilation.chunkGraph.getModuleId(module);
468 if (id !== null && id !== undefined && !String(id).startsWith(`${this.prefix}:`)) {
469 compilation.chunkGraph.setModuleId(module, `${this.prefix}:${id}`);
470 }
471 }
472 });
473 });
474 }
475}
476
477async function compileWebpackTarget({ entryFile, label, outputDirectory, polyfillAlias, repositoryRoot, toolRequire }) {

Callers 15

throwOrRejectFunction · 0.80
idlharness.jsFile · 0.80
testharness.jsFile · 0.80
generate_testsFunction · 0.80
step_timeoutFunction · 0.80
assert_wrapperFunction · 0.80
assert_anyFunction · 0.80
extendFunction · 0.80
getFunction · 0.80
getPrototypeOfFunction · 0.80
getFunction · 0.80
getPrototypeOfFunction · 0.80

Calls

no outgoing calls

Tested by 15

getFunction · 0.64
getPrototypeOfFunction · 0.64
getFunction · 0.64
getPrototypeOfFunction · 0.64
getFunction · 0.64
getPrototypeOfFunction · 0.64
getFunction · 0.64
getPrototypeOfFunction · 0.64
getFunction · 0.64
getPrototypeOfFunction · 0.64
getFunction · 0.64
getPrototypeOfFunction · 0.64