fix(vue): eslint/tsconfig migration + resolve type errors

@robonen/vue (toolkit): migrate to eslint flat config + composite tsconfig;
fix composable + test type errors (writable computed returns, null guards,
overload-compatible signatures, typed test helpers) — all type-level.
This commit is contained in:
2026-06-07 16:29:39 +07:00
parent e6919de29e
commit c7644ade69
203 changed files with 23016 additions and 141 deletions
@@ -1,4 +1,22 @@
export * from './broadcastedRef';
export * from './refAutoReset';
export * from './refDebounced';
export * from './refThrottled';
export * from './until';
export * from './useArrayFilter';
export * from './useArrayFind';
export * from './useArrayMap';
export * from './useCached';
export * from './useCloned';
export * from './useCycleList';
export * from './useLastChanged';
export * from './usePrevious';
export * from './useSyncRefs';
export * from './useToNumber';
export * from './useToString';
export * from './watchDebounced';
export * from './watchIgnorable';
export * from './watchOnce';
export * from './watchPausable';
export * from './watchThrottled';
export * from './whenever';