BitterGourd
BitterGourd
I am wordering if it is possible for typst to add the function of importing icon libraries, such as font-awesome?
`const a = 1;a = 2;`在`run()`的时候不会报错,原因: `AssignmentExpressionOperatortraverseMap`内部 ` "=": (value, v) => value instanceof MemberValue ? (value.obj[value.prop] = v) : (value.value = v), ` 应该写成`:(value.set(v)),`
Add extraThisFieldsType to enhance type completeness of ComponentInstance, which makes custom properties and methods type safe on "this" - chaining api only - on legacy framework need a polyfill which...
## 遇到的问题 描述你想要达到的效果,以及你的使用场景 ## 特性方案 描述你希望的实现方案
Currently glass-easel uses webpack as bundler and provides webpack plugin. why not use rspack as bundler? Although the `glass-easel-template-compiler` and `glass-easel-stylesheet-compiler` are already rust-based with good performance, webpack itself still...
Implement not recommended rule `no-array-index-key` (#1022 )
## Current ### webpack `NormalModuleCompilationHooks`:  ### rspack js side `NormalModuleHooks`:  ## My Confusion In addition, I found some code about `before_loaders` on the rust side, but the definition...
## 📝 About your SVG: - **Title**: Lynx - **Category**: Framework - **Website URL**: https://lynxjs.org - **Description**: Empower the web community and invite more to build across platforms ## 📷...
### What problem does this feature solve? Support migration CLI with one-click setup. ### What does the proposed API look like? `npx rstest migrate` or `npx rstest --migrate`