Skip to content

Conversation

@leandrocp
Copy link
Contributor

Hi @kivikakk here's a fix for a bug I found running the example in leandrocp/mdex#274

Idk when the next version is coming out but I'll test more edge cases soon, either way please always feel free to tag me on any issue/PR related to Phoenix HEEx.

use crate::arena_tree;
#[cfg(feature = "phoenix_heex")]
pub use crate::parser::phoenix_heex::NodeHeexBlock;
pub use crate::parser::phoenix_heex::{HeexNode, NodeHeexBlock};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to export HeexNode to use on my NIF (to have Elixir/Rust integration)

@kivikakk
Copy link
Owner

Nice! And yes, I will tag you if something comes up and I can't work out it :) MDEx would be most affected and I wouldn't wanna break it by accident!

@kivikakk kivikakk merged commit 4d3fd1b into kivikakk:main Nov 26, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants