-
**Feature description:**
Introduce TypeScript support to the `protovalidate` library for performing runtime validation of Protocol Buffers messages in TypeScript projects. This was a feature request …
-
The Axolotl TypeScript library will be used to:
- Provide Solana/Rust types to the user's TypeScript code
- Provide helper functions that are useful for developing Solana programs
# Types
Si…
-
Wanted to see if there was any chance in creating a TypeScript definition for users of `jsencrypt`.
https://github.com/typings/registry#ask-the-author
https://github.com/typings/typings/issues/322
…
-
Hey everyone,
@pajaydev first of all, thank your amazing work on this project.
We took this library (with other similar libraries) as an example to implement a new eBay API library based on Typ…
-
### 🔍 Search Terms
".d.ts","jsdoc"
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of exist…
-
-
**Describe the solution you'd like**
As a TypeScript user of the library I'd to be able to pass a custom `onKeyDown` event. This is currently possible, but we will get a TS error.
**Additional con…
-
### 🔍 Search Terms
Example:
```ts
const languages = ['de', 'en', 'fr'] as const;
type Language = (typeof languages)[number];
const fallback = 'lorem';
const customByLanguage = {
de: 'ipsum',
} …
-
### Describe the bug
When working with a library project in a mono repo with the tsconfig module resolution set to : `"moduleResolution": "NodeNext"`, it eventually starts getting this error on the…
-
### Describe the bug
Svelte 5 produces an unhelpful error if:
1. A reactive variable is assigned an object whose properties are referenced in markup
2. The reactive variable gets reassigned to …