ProjectEvergreen / wcc

Experimental native Web Components compiler.
https://merry-caramel-524e61.netlify.app
80 stars 6 forks source link

enhancement/use `getRootNode` for `this` references in JSX DSD #131

Closed thescientist13 closed 9 months ago

thescientist13 commented 9 months ago

Related Issue

resolves #109

See an example here

Summary of Changes

  1. Leverage getRootNode for this references inside DSD generated by JSX

This should be merged after #129 since that PR adds a missing test case and does a fair amount of refactoring