Skip to content

Adds support for --skip-type-checks option of TS sdk #319

Open
ernest-nowacki wants to merge 9 commits intomainfrom
feat/skip-type-checks
Open

Adds support for --skip-type-checks option of TS sdk #319
ernest-nowacki wants to merge 9 commits intomainfrom
feat/skip-type-checks

Conversation

@ernest-nowacki
Copy link
Copy Markdown
Contributor

@ernest-nowacki ernest-nowacki commented Mar 23, 2026

  • bumps @chainlink/cre-sdk used as default for TypeScript workflows to latest 1.5.0
  • the new sdk enforces type checker to pass during simulate, hash, deploy, build processes.
  • there's a new CLI flag skip-type-checks (boolean) that when present would still allow ignoring type errors and simulating (for backward compatibility and as a convenience when developing).
  • on GO side that flag is silently ignored (no-op).

Here's the preview of what would the output look like if you try to simulate TS workflow that has a TS issue in there.

Screenshot 2026-03-23 at 16 37 21

The same workflow can still be simulated ignoring type checks with cre workflow simulate my-workflow --skip-type-checks command.

Screenshot 2026-03-27 at 12 02 21

@ernest-nowacki ernest-nowacki marked this pull request as ready for review March 27, 2026 14:00
@ernest-nowacki ernest-nowacki requested a review from a team as a code owner March 27, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant