木 pyrossh
|
cv
|
posts
|

tide-jsx v0.4.0

#rust#proc-macro#jsx

git clone https://git.pyrossh.dev/tide-jsx

Tide + JSX


Readme|
Code|
Commits
  • .github/
    • workflows/
      • test.yml925B
  • examples/
    • basic.rs1.1KB
  • impl/
    • src/
      • child.rs1003B
      • children.rs1.6KB
      • element_attribute.rs3.0KB
      • element_attributes.rs4.3KB
      • element.rs1.9KB
      • function_component.rs1.7KB
      • lib.rs1.4KB
      • tags.rs2.2KB
    • Cargo.lock3.7KB
    • Cargo.toml498B
  • src/
    • fragment.rs279B
    • html_escaping.rs444B
    • html.rs238B
    • lib.rs296B
    • numbers.rs647B
    • render.rs1.8KB
    • simple_element.rs1.5KB
    • text_element.rs1.4KB
  • tests/
    • ui/
      • fail/
        • unclosed-tag-complex.rs189B
        • unclosed-tag-complex.stderr121B
        • unclosed-tag.rs79B
        • unclosed-tag.stderr112B
        • unexpected-attribute.rs186B
        • unexpected-attribute.stderr261B
    • lib.rs6.2KB
  • .gitignore27B
  • Cargo.lock44.6KB
  • Cargo.toml611B
  • LICENSE1.1KB
  • README.md1.6KB
tests/ui/fail/unclosed-tag-complex.stderr
Contents
|
History
|
Blame
553f893 1
error: Expected closing tag for: <li>
553f893 2
  --> $DIR/unclosed-tag-complex.rs:11:11
553f893 3
   |
553f893 4
11 |         </ul>
553f893 5
   |           ^^

Copyright © 2026 pyrossh