Birdee

Results 68 comments of Birdee

Edit: Actually, you still cant escape them... You couldnt before, but, after this fix you still wont be able to. Working on a better version now. Hopefully will have in...

Ok, well, it escapes properly in all but 1 case now in my local copy that Im working on. I know what that case is and why it happens, and...

I did have to split up consumeIdentifier and consumeTemplateIdentifier into 2 separate functions though. Actually, since the current one on here doesnt escape at ALL I will push the updated...

When I fix the final escaping case: ```js `test \${x}` ``` This PR will be reinstated as no longer a draft.

https://github.com/BirdeeHub/_hyperscript/blob/3e29b493e3eb032f5177371218b4f6cf18485c27/src/_hyperscript.js#L279-L286 ^ this clause is the one catching that 1 case that I havent addressed yet...

yeah I ran all the tests, I also tried it out in the playground. I also added the new test which tests many different permutations of the interpolation. In the...

[_hyperscript_tests.pdf](https://github.com/user-attachments/files/15535143/_hyperscript_tests.pdf) New test results with the 2 new tests for the 2 new syntaxes

I just realized, should I remove the built versions from this PR?

Just to clarify, you installed magick like so? ```nix extraLuaPackages = { someCategoryName = [ (lp: with lp; [ magick ]) ]; }; ``` Those are added to $LUA_PATH and...