Hen Greville

Results 2 issues of Hen Greville

Version: Deno 1.40.4 Consider this one-line TS file: ```typescript Array satisfies unknown; ``` As of Typescript 4.9, this is syntactically correct and also type-checks successfully ([playground](https://www.typescriptlang.org/play?ts=4.9.5#code/IIJxEME8B4FYD4AEBncAXAlsgZhgpsogK4B2A1iQPYDuJA3AFANA)). However in Deno 1.40.4...

bug
swc

Under Deno `1.23.3` and `1.24.0`, it is possible to produce a panic when running `deno check` given a particular invalid import configuration. See a [minimal repro here](https://github.com/hen-x/deno-panic-repro). Panic trace: ```...

bug