-
Our source files are mostly written in TypeScript, with the exception of most of the runtime helpers that we inject in the compiled code. Since https://github.com/babel/babel/pull/16495 all those help…
-
Convert the `VirtualizedGrid` stories helpers file to TypeScript:
- Change the file extension to tsx
- Resolve type issues (if there are), avoid using `any` and prefer existing types
## Related…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
## Incompatibilities detected
A [scheduled test workflow](https://github.com/KILTprotocol/sdk-js/actions/runs/11646831940) using the latest available dependencies matching our semver ranges has faile…
-
I will post a screenshot here because it's easier to show the error I am getting. But it seems that for some reason I'm linking to react-query legacy types. And then it's showing me the definition of …
-
### Current Behavior
Given the following `rollup.config.js` in a monorepo (simplified):
```ts
// packages/react-color-picker/rollup.config.json
import ts from '@rollup/plugin-typescript';
/** @typ…
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
`emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.65-git (08f5c0f33adec9630cb21f5a3267e0…
-
I am facing the same issue that i have on android.
While using Nativescript / Vue / Typescript, i need this in my ts config
```
"importHelpers": true, //for vue to work
"noEmitHelpers": t…
-
Hi,
I have the following example which seems to return erroneous results:
```ts
export type A = {
readonly a1: string
readonly a2: string
}
export type B1 = A & {
readonly b1: string
…
-
This file was written in Javascript and needs to be translated to Typescript.