D-Sketon
D-Sketon
benchmark 
### 在开始之前...... - [X] 我理解 Issue 是用于反馈和解决问题的,将尽可能提供更多信息帮助问题解决 - [X] 我填写了简短且清晰明确的标题,以便开发者在收到 Issue 时能快速确定大致问题。而不是"一个问题"、"报错了"等 - [X] 我确认最新版尚未修复此问题,且此前没有人提出过此问题 - [X] 为保证 Issue 及时得到回复,我已选择至少一名不在 busy 状态的组织成员作为`assignees` ### 问题发生位置 Hexo渲染不正确(文字undefine或空白等) ### 问题描述 https://github.com/theme-shoka-x/hexo-theme-shokaX/blob/4ba2646747d929c2f8848f3362be0e63f8d68be4/source/js/_app/page/post.ts#L91 `LOCAL` 中无...
version: 3.0.0-alpha.12 ```rust #[napi] pub enum Event { Hello, Greeting { name: String }, Birthday { name: String, age: u8 }, } ``` will genterate ```ts /* tslint:disable */ /*...
I was inspired by #593 to develop a similar webpack 5 plugin for replacing lodash with es-toolkit!😍😍 https://github.com/D-Sketon/es-toolkit-webpack-plugin ## Usage ```bash npm install es-toolkit npm install es-toolkit-webpack-plugin --save-dev ``` ```javascript...
## What does it do? try to fix #5479 and #5486 ref https://github.com/hexojs/hexo/issues/5479#issuecomment-2080453292 Since the current model doesn't satisfy `include_code`, I experimentally added the Code Model ## Screenshots ## Pull...
## What does it do? fix #5433 ## Screenshots ## Pull request tasks - [x] Add test cases for the changes. - [x] Passed the CI test.
lodash ```ts _.intersectionBy([2.1, 2.2], [2.3, 3.4], Math.floor) // => [2.1] ``` es-toolkit ```ts esCompat.intersectionBy([2.1, 2.2], [2.3, 3.4], Math.floor) // => [2.1, 2.2] ```
`testConfig` is an array, so `testConfig.rules` and `testConfig.languageOptions` will be undefined. We may need to modify the ESLint configurations in other repositories as well.