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
Enable every strict-family flag that already passes cleanly
(noImplicitThis, strictFunctionTypes, strictBindCallApply, alwaysStrict,
useUnknownInCatchVariables), declare the Node types explicitly via
"types" (the browser profile keeps excluding them), and add a
"typecheck" script so these flags are enforced outside build-test.
The noImplicitThis fixes type the `this` parameter of the Asciidoctor
extension callbacks that stash state on the processor instance, using
dedicated state interfaces instead of `as any` casts.
Remaining before "strict": true: noImplicitAny (106 errors), then
strictNullChecks (86) and strictPropertyInitialization.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments