Emil Zhai
Emil Zhai
## 原始问题 存在一个全局对象,其子属性在不同文件中实现,属性自动补全不能按照预期弹出。 file Base.lua ```lua local X = {} function X.FunctionA() end _G.ExportNS = X ``` file Base.Part2.lua ```lua local X = _G.ExportNS function X.FunctionB() end ``` file ui.lua...
Another graceful way for issues #85, #210, #255, #338, #364. Here is a sample of production project usage: https://github.com/JDFED/drip-table/blob/8c3cc12b754c1f0873f409bbfaed2079a7c48bd3/packages/drip-table/.fatherrc.ts#L13-L24
由于外部获取了 `model` 设置 `unique_id` ,导致类初始化时 `model` 永远不会为空,获取 `mapping` 部分逻辑不能再通过 `model` 是否为空作为依据,而应该使用 `model` 是否存在于 `MIOT_MAPPING` 中为依据。
Please makes sure the items are checked before submitting your PR, thank you! * [ x ] `Rebase` before creating a PR to keep commit history clear. * [ x...
内置组件文档不全,缺少部分如 render-html 组件文档
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...