MCPcopy
hub / github.com/webpack/webpack / subtractNonDeferAccess

Function subtractNonDeferAccess

lib/optimize/ConcatenatedModule.js:282–282  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

280 * @returns {NonDeferAccess} first - second
281 */
282const subtractNonDeferAccess = (a, b) => a && !b;
283
284/**
285 * @typedef {object} ConcatenationEntry

Callers 1

enterModuleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected