LastLeaf

Results 15 issues of LastLeaf

`:host` in component stylesheets should be translated into `[is="COMPONENT_PATH"]` .

enhancement
module:stylesheet-compiler

It seems like there is a better way to manage `ChildNodes` in `glassEasel.Element` , especially in dynamic slotting.

enhancement
module:core

For example, if a data path is nullable, `replaceDataOnPath` will fail on processing types. ```js data: { info: { field?: { value: string } } } replaceDataOnPath(['info', 'field', 'value'], 'xxx')...

Currently, when a property value is unspecified (e.g. `` ) in WXML, it will be treated as `{{true}}` (e.g. `` ). This behavior works on most pratical cases, since this...

enhancement
module:core
need discussion