-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I want to parse a query property which is an enum type using ParseEnumPipe.
```ts
@Post('lo…
-
When the project is configured to use ESM, the `projen` command usually maps to "exec":
```bash
ts-node --project tsconfig.dev.json .projenrc.ts
```
Due to TypeStrong/ts-node#2094 when using `…
-
When I pass this code in a React App created in Vite the Spinner don't render and the application breaks:
The code:
```
import { Triangle } from "react-loader-spinner";
export function Spinner(…
-
### Describe the bug
The following error message appeared when I tried running a Cypress spec that used one of the icons from `react-icons`:
```
Error: The following error originated from your …
-
### System Info
System: Mac os Sonoma
Packages:
```
"devDependencies": {
"@rsbuild/plugin-sass": "^1.0.1",
"@rsbuild/plugin-vue": "^1.0.1",
"@rspack/cli": "1.0.8",
"@rspack/core": …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
### Describe the bug
Hi,
I've found a bug using paths containing multiple dots, and I'm using SWC on a Nestjs project; sometimes, I use filenames with more than one dot.
Because of that, the ou…
-
### Describe the bug
info Using wasm build of next-swc
- warn Attempted to load @next/swc-linux-x64-gnu, but an error occurred: Cannot load native addon because loading addons is disabled: /home/pr…
YDX64 updated
3 weeks ago
-
### 🚀 Feature Proposal
Typescript has a config option named `isolatedModules`
https://www.typescriptlang.org/tsconfig#isolatedModules
`ts-jest` also has a config option named `isolatedModules`
h…
-
本仓库作为我探索前端开发的一个重要实验场。同时具有实用性,至少我自己是这个工具的长期用户。
在此之前,已经验证了接近无脚手架的开发环境。
本仓库中,React 作为全局依赖,且几乎没有第三方依赖,这是为了规避 ESM 的路径解析问题。
时至今日,import-map 作为一个可能的解。但是总体来说这个困境没什么变化。
---
在此之后,此仓库将会用于探索工具链的使用。…