Open baoshan opened 2 years ago
It seems d.ts files are addressing wrong path to HKT.
// https://esm.sh/v86/fp-ts@2.12.1/lib/Apply.d.ts
import { HKT, ... } from './HKT/HKT.d.ts'
Currently it is pointing ./HKT/HKT.d.ts
, which gives /* fake(empty) types */
.
It should be ../HKT.d.ts
Failing module
Inferred type of
result
is different when usingesm.sh
&Deno
:Error message
Inferred type (
esm.sh
&Deno
):Inferred type (
tsc
):Additional info
deno 1.20.4 (release, aarch64-apple-darwin)