Leo Wang(草鞋没号)

Results 16 issues of Leo Wang(草鞋没号)

### Description Error while tsconfig.json hot update #9409 ### Additional context --- ### What is the purpose of this pull request? - [x] Bug fix - [ ] New Feature...

### Describe the bug I'm building an Electron App with Vite and when I update `tsconfig.json` an error occurs. --- 🚨 Because this is an Electron application, it cannot be...

pending triage

`import React from 'react'` should not be mandatory.

## 你的运行环境 ```bash ➜ node -v v10.15.0 ➜ npm -v 6.4.1 ``` * 插件版本: ```html ``` * 平台(Android / iOS): > ios `iphone-x 12.1` > Xcode `Version 10.1 (10B61)` *...

#### Description of Change Add `electron-vite-vue` template repository. #### Checklist - [ ] PR description included and stakeholders cc'd - [ ] `npm test` passes - [ ] tests are...

documentation :notebook:
semver/none

When i use `esbuild` to transpile `import.meat.url` in `cjs` format, I always don't get the correct result. **Reproduce** ```js const result = require('esbuild') .transformSync('import.meta.url', { format: 'cjs' }); console.log(result.code); //...

### Description ### Additional context Reproduction 👉 https://stackblitz.com/edit/vite-pull-11646?file=.gitignore,dist%2Findex.iife.js%3AL8-L46&terminal=dev --- ### What is the purpose of this pull request? - [ ] Bug fix - [x] New Feature - [ ]...

### Version 5.0.1 ### Steps to reproduce 1. 先绘制中国地图 2. 点击某个省之后,重新注册对应省的地图数据并再次调用 setOption ### What is expected? 能像 4.x 版本一样向下钻取地图时候有过渡动画效果 ### What is actually happening? 没有过渡动画效果 --- ```typescript const myCharts =...

bug
pending
waiting-for: community

**Now, we have some `C/C++` addons samples here:** **👉 better-sqlite3** - [better-sqlite3-main-process](https://github.com/caoxiemeihao/electron-vite-samples/tree/main/better-sqlite3-main-process) - [better-sqlite3-renderer-process](https://github.com/caoxiemeihao/electron-vite-samples/tree/main/better-sqlite3-renderer-process) **👉 sqlite3** - [sqlite3-main-process](https://github.com/caoxiemeihao/electron-vite-samples/tree/main/sqlite3-main-process) - [sqlite3-renderer-process](https://github.com/caoxiemeihao/electron-vite-samples/tree/main/sqlite3-renderer-process) **👉 serialport** - [serialport-main-process](https://github.com/caoxiemeihao/electron-vite-samples/tree/main/serialport-main-process) - [serialport-renderer-process](https://github.com/caoxiemeihao/electron-vite-samples/tree/main/serialport-renderer-process)

documentation