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
fix: handle jiti MODULE_NOT_FOUND error and update docs (#44)
* fix: handle jiti MODULE_NOT_FOUND error and update docs
- isFileNotFound now treats MODULE_NOT_FOUND (from jiti) as file-not-found,
so `abi-cli sync` without a config file shows a clean error message
- README updated to document name alias, --check flag, barrel file generation,
and corrected generated output format (as const satisfies ClarityAbi)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: add changeset for MODULE_NOT_FOUND fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
The `name` field controls the output filename. This decouples your imports from the on-chain contract ID — when you upgrade to a new contract version, change the `id` but keep the `name`. Your imports stay the same.
115
+
110
116
Or use `abi.config.ts` for type-safe config with autocomplete:
0 commit comments