I ran a checker over your docs and 1 of the TypeScript samples doesn't compile
against checkly@8.23.1. On the Dynamic monitor creation > Similar checks from
a list of targets page:
new Request({ ..., skipSsl: true })
// TS error: Object literal may only specify known properties, but
// 'skipSsl' does not exist in type 'Request'. Did you mean to write
// 'skipSSL'?
Casing mismatch — the real field is skipSSL.
I think it's drift between the published package and the docs rather than a
mistake in the sample.
I'm building a small CLI that catches this in CI. Two questions if you have a
minute: does this kind of thing get reported to you by users, and is it
something anyone currently owns?
Happy to share the full JSON report if that's useful — just ask.
David
I ran a checker over your docs and 1 of the TypeScript samples doesn't compile
against checkly@8.23.1. On the Dynamic monitor creation > Similar checks from
a list of targets page:
Casing mismatch — the real field is
skipSSL.I think it's drift between the published package and the docs rather than a
mistake in the sample.
I'm building a small CLI that catches this in CI. Two questions if you have a
minute: does this kind of thing get reported to you by users, and is it
something anyone currently owns?
Happy to share the full JSON report if that's useful — just ask.
David