MCPcopy Create free account
hub / github.com/QwikDev/qwik / getTransformedOutputs

Function getTransformedOutputs

packages/qwik/src/optimizer/src/plugins/plugin.ts:878–882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

876 const getOptions = () => opts;
877
878 const getTransformedOutputs = () => {
879 return Array.from(clientTransformedOutputs.values()).map((t) => {
880 return t[0];
881 });
882 };
883
884 const debug = (...str: any[]) => {
885 if (opts.debug) {

Callers 1

generateManifestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected