blob: be1fe86a694996c2f7335a4ce10f8284b61ca0e9 (
plain)
1
2
3
4
5
6
7
8
9
|
Download http://localhost:4260/@denotest/cjs-import-dual
Download http://localhost:4260/@denotest/dual-cjs-esm
Download http://localhost:4260/@denotest/cjs-import-dual/1.0.0.tgz
Download http://localhost:4260/@denotest/dual-cjs-esm/1.0.0.tgz
Check file:///[WILDLINE]/cjs_import_dual/main.ts
error: TS2322 [ERROR]: Type '"cjs"' is not assignable to type '"esm"'.
const kind: "esm" = getKind(); // should cause a type error
~~~~
at file:///[WILDLINE]/cjs_import_dual/main.ts:3:7
|