-
It might be possible to generate some bindings via [microsoft/TypeScript-DOM-lib-generator](https://github.com/microsoft/TypeScript-DOM-lib-generator).
In my [fork](https://github.com/nojaf/TypeScr…
-
I believe output like with [ts-proto](https://github.com/stephenh/ts-proto) when it's possible to encode plain objects would be much beter then using classes:
```proto
message ImageEditDescriptor …
-
### Is your feature request related to a problem? Please describe.
What is the plan for typescript support?
### Describe the solution you'd like
I have created a new typecript generator for p…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `counterfact@1.1.1` for the project I'm working on.
…
-
-
# What would you like?
Migrate the set of TypeScript ESLinters from the current `v5` version to `v7`. These npm modules are currently configured:
- [@typescript-eslint/eslint-plugin@5.52.0](http…
-
#### Bug Report Checklist
- I have a question about the typescript fetch generator. In the YAML API Definition, i have the following block :
```json
{
"name": "file",
…
-
Hi.
I am generating an SDK using the Typescript Axios Generator SDK generator, but for the endpoints that accept query parameters, the parameters are being treated as individual parameters instead of…
-
The `ARIAMixin` currently uses `string | null` for each aria property type. The reason it’s just `string` rather than a union of valid values is to allow for future, yet unknown, valid values.
Howeve…
-
**a.json**
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{ "$ref": "b.json" }
]
}
```
**b.json**
```json
{
"$schema": "http://json-schema.org…