-
```JSON package.json
"dependencies": {
"@types/dompurify": "^3.0.5",
```
[https://www.npmjs.com/package/@types/dompurify
](https://www.npmjs.com/package/@types/dompurify
)
This deprecat…
-
我在nextjs中使用 `tushan` 包时,遇到了模块解析错误。具体错误信息如下:
```
⨯ ./node_modules/tushan/client/api/auth/createAuthHTTPClient.ts
Module parse failed: Unexpected token (2:12)
You may need an appropriate loader …
-
### 🔎 Search Terms
Hi, I have an angular application that was running perfectly fine but recently started giving an error in heroku deployment. No matter what I try, I continue to get the same error.…
-
Everything works until I get to the deploy step. First I ran this:
```
npx create-nx-workspace@latest
```
I created my monorepo which consisted of 2 typescript Azure functions and 1 C# MVC app…
-
### Summary
Prettier removes Promise type annotations in TypeScript arrow functions, even with "arrowParens": "always" configured, making it impossible to satisfy TypeScript's requirement for gener…
-
Deno has a Node compatibility layer. I'm currently using it for a few operations in `@lishaduck/effect-platform-deno` that rely on fids. However, the `node:*` modules don't come with types. The docs […
-
### Summary
I'm submitting a:
- [ ] bug report
- [ ] feature request
- [X] question / support request
- [ ] other
### Description
I'm updating my application from v16 to v19 and once …
-
Hello team,
For applications using Prisma's `multiSchema` preview feature (see https://www.prisma.io/docs/orm/prisma-schema/data-model/multi-schema), it seems `prisma-lint` doesn't currently work. …
-
### Steps to reproduce
Link to live example: https://github.com/ablagoev/pigment-css-grid-size-prop
Steps:
1. Use a Grid component with the size prop equal to "grow" or "auto"
2. Open the deve…
-
## Bug description
I'm trying to generate Zod schemas from a types.d.ts file. However, no output file is written and the error message _"SyntaxError: A 'const' initializer in an ambient context mus…