ajv-validator / ajv-validator/ajv
fast-uri - missing export URIComponent
未关闭
- 主要语言
- TypeScript
- 星标
- 14.8k
- 派生
- 1k
- PR 合并指标
- 30 天内没有已合并 PR
描述
There are a few instances of this import being defined - `fast-uri` does not have an export for URIComponent as it is a type
https://github.com/ajv-validator/ajv/blob/142ce84b807c4fe66e619c22480a28d0e4bd50fa/lib/types/index.ts#L1
```bash
1 │ import { URIComponent } from "fast-uri";
│ ──────┬─────
│ ╰─────── Missing export
│
│ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from 'fast-uri'`).
```
贡献指南
评估
这个 Issue 还没有评估数据。