The sequence of events:
- Upgraded to Deno 1.35.0
- ran
deno checkon my code - got an error like the one described in https://github.com/denoland/deno/issues/11196 (AssertionError: data unexpectedly null)
- tried the suggestion from that issue, namely replaced
pathwithtypesin my triple slash reference comments - reran
deno check - got the above error, the exported member being something that is declared in a file referenced by one of the above triple slash comments
Can provide more details and create a GitHub issue but wanted to post here in case folks are already on it.