File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 " packages/producer/src/services/pngDecodeBlitWorker.ts" ,
2424 " packages/producer/src/services/shaderTransitionWorker.ts" ,
2525 " scripts/*.{ts,mjs,js}" ,
26- " scripts/*/run.mjs"
26+ " scripts/*/run.mjs" ,
2727 ],
2828 "ignorePatterns" : [
2929 " docs/**" ,
3434 " skills/**/scripts/**" ,
3535 " registry/**" ,
3636 " examples/**" ,
37- " .github/workflows/fixtures/**"
37+ " .github/workflows/fixtures/**" ,
3838 ],
3939 "ignoreExports" : [
4040 // CLI command files: every command exports a const `examples` per the
4545 // MODELS_DIR / ensureModel for their model namespace.
4646 {
4747 "file" : " packages/cli/src/{background-removal,tts,whisper}/manager.ts" ,
48- "exports" : [" DEFAULT_MODEL" , " MODELS_DIR" , " ensureModel" ]
48+ "exports" : [" DEFAULT_MODEL" , " MODELS_DIR" , " ensureModel" ],
4949 },
5050 // `isPathInside` is documented as exported-for-tests only in fileServer.ts;
5151 // it has different semantics (symlink resolution) from utils/paths.ts.
5252 {
5353 "file" : " packages/producer/src/services/fileServer.ts" ,
54- "exports" : [" isPathInside" ]
55- }
54+ "exports" : [" isPathInside" ],
55+ },
5656 ],
5757 "ignoreDependencies" : [
5858 // Runtime/dynamic deps not visible to static analysis: tsup `external`,
8787 " @fontsource/playfair-display" ,
8888 " @fontsource/poppins" ,
8989 " @fontsource/roboto" ,
90- " @fontsource/source-code-pro"
91- ]
90+ " @fontsource/source-code-pro" ,
91+ ],
9292}
You can’t perform that action at this time.
0 commit comments