troy351
troy351
- Create vue 2 project using following config  - `npm install` - add rules inside `.eslintrc.cjs` ```js rules: { "@typescript-eslint/prefer-optional-chain": "error" } ``` - `npm run lint` - terminal...
`glyphIndexMap` has more accurate unicode -> glyph mapping, especial for glyphs which has multiple unicode values. e.g. A Chinese Charater `心` which char code is `24515` does not in the...
Hey, thanks for making this plugin, would it support transform (i.e. modify file contents) like `rollup-plugin-copy` and `CopyWebpackPlugin` ?
I want to external `vue`, but it `export * from 'vue'` seems doesn't handled by this plugin. FYI. the problem was from [`vue-demi`](https://github.com/vueuse/vue-demi/blob/36d27efb4ae8bfdaba068d7d990961972c1307f5/lib/index.mjs#L27)
### Describe the bug https://github.com/swc-project/swc/blob/eab1113450f818a109299e2b632a238cc8f77f60/node-swc/src/types.ts#L350-L366 use `{mangle: {top_level: false}}` will throw error > failed to parse options > >Caused by: > unknown field `top_level`, expected one of `props`, `topLevel`, `keepClassNames`,...
- In case I already has a patch `module+1.0.0.patch` - `module` was updated to `1.0.1` - So I created a new patch via `npx patch-package module` - There is a...
I assume it's a typo
```ts // works in v7.0.1 from types.d.ts import type { IRawGrammar } from 'vscode-textmate' // in v7.0.3, no types.d.ts anymore, we should do this import type { IRawGrammar } from...
打开样例[http://gallery.echartsjs.com/editor.html?c=xSy3KhFV4M](http://gallery.echartsjs.com/editor.html?c=xSy3KhFV4M)一切正常。 以下2种做法都将导致label错位: 1.删去`series`中的第一项`bar3D`,同时发现部分scatter部分嵌入了地图中 2.删去`series`中的`scatter3D`,将`bar3D`中的`data`数据仅保留前3项(保留4项时正常) 同时似乎scatter3D将data数组中的第三项作为高度处理,我觉得这样不是很合适。 scatter3D不像bar3D有地图上的起始点,若过高则会导致其悬空,在某些角度下根本不知道其对应地图上的位置。 scatter3D的起点都应该是紧贴地图的,故应该提供一个额外的选项统一指定scatter3D对应的z轴高度
- `dispose` and `create` echarts instance with the same option on the same dom node many times - with `grid3D.postEffect.enabled: true` - without `grid3D.postEffect.enabled: true`