-
TypeScript would bring lots of DX benefits to the htmx source code. Besides the obvious strict type checking, we would be able to write code using the latest and greatest ECMAScript 2021, but continue…
-
This also includes replacing [tsdx](https://github.com/jaredpalmer/tsdx) which is blocking upgrading TypeScript, ESLint, etc.:
- bundling: microbundle or tsup
- linting: eslint & eslint-config-zenfl…
-
We currently have a wide mix of these, and we should probably consolidate:
- [x] parcel, rollup, vite
- [x] tsup, tsc, esbuild
- [x] ts-node, tsx
If we're able to get rid of parcel in `network` …
-
I'm trying to upgrade storybook to esbuild 0.18, but it seems tsup is not yet on 0.18 and it seems like it's conflicting?
PR:
https://github.com/storybookjs/storybook/pull/23017
CI:
https://ap…
-
**PROBLEM: IFS.create() promise never resolve nor reject**
**Context:**
With the latest js-ipfs (0.63.2) under node.js 16.15.1 LTS and wrtc 0.4.7
**Workaround**
Remove the two WebRTCStar listening…
-
hi
### When creating a plugin with tsup
read file
`import fs from 'fs-extra'`
This error occurred after `npm run build `
`import { defineConfig } from 'tsup'`
`export default defineConfig({…
-
I'm getting this warning :
```
console.warn: Initialization: Wallaby is not compatible with current version of Vitest.
Could not find getSnapshotState in entry point for file file:///home/tibo/s…
-
**Describe the bug**
When i run yarn build i go this error:
yarn run v1.22.19
$ yarn lerna run build
$ /home/user/OP/optimism/node_modules/.bin/lerna run build
lerna notice cli v4.0.0
lerna…
-
### Describe the bug
I've tried to run the storybook using vite, webpack4 and webpack5., but all of them are returning error.
I'm using npm and turbo repo to manage the monorepo.
My objectiv…
-
Hi @samhh, thank you for your work. I'm aware of the [pinned issue](https://github.com/samhh/fp-ts-std/issues/89) that discusses the interaction between `jest` and `fp-ts-std`'s conditional exports. I…