denoland / denoland/dnt

Declaration emit for this file requires using private name

Open
#328 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.3k
Forks
49
PR merge metrics
No merged PRs in 30d

Description

trying to export to npm some code that uses immutable

```ts
import { Map } from "https://deno.land/x/uriva_immutable2@4.3.4/mod.ts";
```

during type checking I get a lot of errors like this:
```
error TS9005: Declaration emit for this file requires using private name 'IndexedCollection'. An explicit type annotation may unblock declaration emit.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.