ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
850 stars 122 forks source link

feat: don't consider ns import as dynamic #284

Closed intrnl closed 8 months ago

intrnl commented 8 months ago

Fixes https://github.com/ryansolid/dom-expressions/issues/283

intrnl commented 8 months ago

Need to add a test case for styles[foo()] and styles["foo--bar"] (since we are dealing with CSS modules after all)

ryansolid commented 8 months ago

Interesting.. since we know it is import * as symbol it can't be reactive. Cool. Thanks