glimmerjs / glimmer-vm

MIT License
1.13k stars 190 forks source link

Improve builtin shadow-dom workflow [add shadow node opcode] #1195

Closed lifeart closed 7 months ago

lifeart commented 3 years ago

this is feature request, to have builtin support for web-api's

how it may looks like?

{{#shadow-node name="node-name"}}
 some shadowed content

{{/shadow-node}}

may be related with fragment opcode request https://github.com/glimmerjs/glimmer-vm/issues/1182

also, in theory, may be implemented with https://github.com/emberjs/rfcs/issues/652 (using special modifier manager API)

lifeart commented 7 months ago

closing as implemented in glimmer-next