-
**Intended outcome:**
use the `@flow` annotation
```
@flow
*fetch() {
return true
}
```
**Actual outcome:**
type error on `@flow`
**How to reproduce the issue:*…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
I miss some types for plugin development in typescript which I need. I asked for some help at the slack channe…
-
Once we add a typescript option to the blueprint, we need to make sure that the vite.config.mjs includes:
```
esbuild: {
exclude: /\.m?ts$/,
},
```
Without this, Vite's built-in TS t…
-
## Incompatibilities detected
A [scheduled test workflow](https://github.com/KILTprotocol/sdk-js/actions/runs/11760487151) using the latest available dependencies matching our semver ranges has faile…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
https://github.com/babel/babel/issues/6093#issuecomment-343900526
The error could be with Babel, but i wonder why this plugin changes import names at all from something like 'Button' to '_button'. …
-
Consider adding typescript to have access to more modern features of the language
https://github.com/vmasto/express-babel
https://github.com/whitecolor/ts-node-dev
https://www.npmjs.com/package/ts…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
```js
import { X } from "abc";
// assume Y is a type only namespace
import Z = X.Y…
-
Hello,
I would like to know if there is any example of using the sdk with typescript or babel for the use of imports and other latest JS resources
Thanks