/** * Worker script that bundles a user's library file and outputs the system * prompt, JSON schema, or serialized library spec. Asset imports are stubbed * during bundling so React component modules can be evaluated without * CSS/image/font loaders. * * argv: [entryPath, exportName?, "--json-schema"?, "--spec"?, "--prompt-options", name?] * stdout: one artifact for the mode flags; default emits BOTH the prompt and * the spec JSON, joined by SEPARATION_DELIMITER (run.ts splits them). */ export {}; //# sourceMappingURL=worker.d.ts.map