MidasLi

Results 3 issues of MidasLi

First, it was found that priority processing was not supported, causing some partial errors: Assert(true, TExpressionParser.Validate(5, '(0.3 < 8) or (5 < 4) and (2 = 1)')); //false is err...

enhancement

我做了一下压力测试,感觉效率上有改进的余地: describe('求余数运算', () => { //Math.round 用时14ms it('test Math', () => { let total=0; for (let i = 1; i { let total=0; for (let i = 1; i {...

### 相关平台 微信小程序 **小程序基础库: 3.4.1** **使用框架: React** ### 复现步骤 新建taro 3.6.23 的项目,使用react框架和ts,Index页面改为: import {View} from '@tarojs/components'; import Taro from '@tarojs/taro'; import './index.scss'; export default function Index() { return ( {/*1*/}...