ajv-validator / ajv-validator/ajv
fast-uri - missing export URIComponent
Aperta
- Lingua principale
- TypeScript
- Stelle
- 14.8k
- Fork
- 1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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'`).
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.