cloudflare / cloudflare/workerd
typos in generated worker-configuration.d.ts
- Dominant language
- C++
- Stars
- 8.7k
- Forks
- 739
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 174
Description
as part of ci in a cf workers project, when running [`typos`](https://github.com/crate-ci/typos) spell checker it gives a few errors (removed some false positives):
```sh
error: `Ouput` should be `Output`
--> ./worker-configuration.d.ts:2954:38
|
2954 | type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding;
| ^^^^^
|
error: `Ouput` should be `Output`
--> ./worker-configuration.d.ts:2954:90
|
2954 | type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding;
| ^^^^^
|
error: `Ouput` should be `Output`
--> ./worker-configuration.d.ts:2955:16
|
2955 | interface BGEM3OuputQuery {
| ^^^^^
|
error: `Ouput` should be `Output`
--> ./worker-configuration.d.ts:2975:16
|
2975 | interface BGEM3OuputEmbedding {
| ^^^^^
|
error: `fufilled` should be `fulfilled`
--> ./worker-configuration.d.ts:3509:35
|
3509 | * JSON schema that should be fufilled for the response.
| ^^^^^^^^
|
error: `revokation` should be `revocation`
--> ./worker-configuration.d.ts:4440:37
|
4440 | /** The presented certificate's revokation status.
| ^^^^^^^^^^
error: `idential` should be `identical`
--> ./worker-configuration.d.ts:4733:39
|
4733 | * Calling this method returns an idential socket to if you call
| ^^^^^^^^
|
error: `recieves` should be `receives`
--> ./worker-configuration.d.ts:4939:16
|
4939 | * run recieves an array of PipelineRecord which can be
| ^^^^^^^^
|
```
Contributor guide
Assessment
This issue has not been assessed yet.