kaola-fed / kaola-fed/mpregular
[perf] Auto convert if holder to Boolean
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 41
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
`{#if largeData}` => `wx:if="{{ __holders[0] }}"`
`__holders[0]` should be `!!(largeData)`
reducing data transmission cost
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.