-
Just logging a bug I found today. I'd gladly help to fix it if I could, but it might be resolved faster in more capable hands.
Error found here:
https://github.com/serverless-stack/serverless-st…
-
D:\BaiCai\BaiCai.Platform\src\BaiCai.Web\node_modules\esbuild-register\dist\node.js:2699
throw error;
^
TypeError: MessagePort was found in message but not listed in transferList
…
-
### Feature Use Case
I don't know if this will require a new feature in Rollup, it may be that we aren't aware of a good way to implement this feature in Vite.
We have an experimental feature to p…
-
main.ts
```
function Resource(target, {kind, name}) {
return function (initialValue) {
console.log(222222) //1
return 666;
};
}
class TestSerivce {
@Resource
…
-
### С чем связан запрос на фичу?
Необходимо попробовать ускорить сборку наших проектов разными способами.
### Расскажите как вы это себе видите
- [x] заменить `ts-loader` на [`esbuild-loader`](http…
-
# This is a Bug Report
## Description
I'm in the process of trying to upgrade `serverless-webpack` version from `2.2.3`, where I do not experience the following issue. Our serverless configu…
-
**Why is this needed**:
For the past [~7 years](https://github.com/grafana/grafana/pull/9391) Grafana has relied on Webpack for bundling and loading frontend assets (js, css, images). During th…
-
### Please tell us about your environment:
- _`winston` version?_
- [ ] `winston@2`
- [x] `winston@3`
- _`node -v` outputs:_ v8.11.3
- _Operating System?_ Windows
- _Language?_ ES…
-
### Which Cloudflare product(s) does this pertain to?
Workers/Other, Wrangler
### What version of `Wrangler` are you using?
2.18.0
### What operating system are you using?
Mac
### Describe the B…
-
I'm updating dependencies on my system to see how they work with mysql-to-zod.
From `pnpm update --latest` :
```diff
dependencies:
- @prettier/sync 0.3.0
+ @prettier/sync 0.5.2
- camelcase 7…