-
npx tsc -v gives Version 5.5.4
tsc -v gives Version 5.5.4
npx vue-tsc -v gives Version 5.5.4
```
madge --extensions ts,vue --image graph.svg src/
⠋ Finding files=============
WARNING: You …
-
Hi! 👋
Firstly, thanks for your work on this project! It’s awesome!
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `swagger-express-ts@1.1.0` for the project…
-
### 发生了什么?
node: v20.10.0
pnpm: 9.12.1
仓库版本: e9f097c
完整日志:
```prolog
Windows PowerShell
版权所有(C) Microsoft Corporation。保留所有权利。
安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows
PS D:\pr…
-
请按以下格式提供问题的相关信息。
## 问题的具体描述
一开始 yarn react-native run-android 后 Build Successsful
后来改了下package.json , 运行 npm i 后, 再运行 yarn react-native run-android , 结果就卡在这里不动了
## 请描述完整的环境/版本信息
pac…
-
See https://typescript-eslint.io/blog/announcing-typescript-eslint-v8-beta/#ast-breaking-changes
We should probably to this for Babel 8, since we are otherwise aligned as far as I know. @fisker are…
-
### Describe the feature
Nodejs have added experimental support for TypeScript however it requires imports with `.ts` extensions.
```typescript
import foo from './foo.ts'
```
The TypeScript t…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
I init a Github repo for reproducing the case. [link](https://github.com/…
-
Babel Option: https://babel.dev/docs/babel-preset-typescript#optimizeconstenums
Example:
Input:
```
const enum X {
FOO
}
X.FOO
```
Output:
```
0 /* X.FOO */;
```
-
### 🔎 Search Terms
- generic
- array
- function
- compile
- tsxelement
### 🕗 Version & Regression Information
- This is the behavior in typescript@next version I tried
### ⏯ Playground Link
htt…
-
### Current Behavior
Given the following `rollup.config.js` in a monorepo (simplified):
```ts
// packages/react-color-picker/rollup.config.json
import ts from '@rollup/plugin-typescript';
/** @typ…