SegaraRai
SegaraRai
Since [tsconfig.json allows comments (and trailing commas)](https://github.com/microsoft/TypeScript/issues/4987), some tsconfig.json cannot be parsed by `JSON.parse()`. https://github.com/kazupon/vue-cli-plugin-i18n/blob/master/generator/index.js#L136-L141 I found some libraries which can parse JSON with comments, but I'm not sure which...
## Description pnpmのような依存関係を厳密に管理するパッケージマネージャでは直接依存関係にないパッケージが参照できない(`@aspida/axios`から`axios`が使えない)ことがあります `peerDependencies`に`axios`を追加すると解消します `@aspida/node-fetch`、`@aspida/react-query`、`@aspida/swr`、`@aspida/swrv`についてもおそらく同様です ## Environment - **Package version:** `v1.10.3` - **OS:** - [ ] Linux - [x] Windows - [ ] macOS - **Node.js version:** `v16.15.1` - **npm...
## Types of changes - [ ] Bug fixes - [x] Features - [ ] Maintenance - [ ] Documentation ## Changes frourioのグローバルオプションに`replaceWithInstance`を追加しました これに`true`を指定すると、既存のリクエストボディ(`res.body`)やクエリ(`res.query`)をプレーンオブジェクトから`class-transformer`によって変換されたインスタンスで上書きします 既定値は`false`であり、既存のコードベースの動作は変わらない(はず)です ## Additional context `class-transformer`には`@Transform`デコレータというものがあり、これを用いるとプロパティに対して[追加の処理を行う](https://github.com/typestack/class-transformer#additional-data-transformation)ことができます これを用いると、例えば先頭と末尾の空白を除去するといった処理をバリデーションの段階で自動で行えます...
### Clear and concise description of the problem Especially in a meta-framework like Astro, where we can mix frameworks, we may want to import icons as Astro components in the...
`CallContext`, which is the argument of the handler created by `createCall`, can have [additional properties](https://github.com/unjs/unenv/blob/v0.5.2/src/runtime/fetch/call.ts#L9), but those properties are [not passed](https://github.com/unjs/unenv/blob/v0.5.2/src/runtime/fetch/call.ts#L19-L33) to the actual handler (such as h3 app) and...
### Describe the bug EDIT: I thought I was trying to switch between Node.js versions using Volta, but in fact when I called vite from pnpm it was fixed at...
### Description fixes #17291 I am uncertain if it is safe to specify `node${process.versions.node}` for `target`. At least esbuild supports a notation like `node22.2.0` and `node99.999.9999`, but I am not...
This PR excludes ES symbol types from unions when checking bindings. This ensures that `nothing` and `noChange` are ignored in type checking. We remove all symbol types because it is...