You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use kebab-case for operation filenames (consistent with mock filenames)
- Pass oneMore: true to all generateMutatorImports calls so relative
mutator paths resolve correctly from the tag subdirectory
- Filter helper imports per-operation to only names used in that
operation's implementation, eliminating TS6133 unused-import errors
- Write a root barrel (dirname/index.ts) re-exporting per-tag barrels,
and restrict workspace index re-exports to that root barrel + global
schemas to eliminate TS2308 ambiguous-re-export errors
0 commit comments