brk_rolldown 0.8.0

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
---
source: crates/rolldown_testing/src/integration_test.rs
---
# Errors

## PARSE_ERROR

```text
[PARSE_ERROR] Error: Expected `,` or `)` but found `class`
   ╭─[ main.jsx:8:8 ]
   │
 4 │   return (
   │          ┬  
   │          ╰── Opened here
   │ 
 8 │     <a class="the">
   │        ──┬──  
   │          ╰──── `,` or `)` expected
───╯

```

## PARSE_ERROR

```text
[PARSE_ERROR] Error: Expected corresponding JSX closing tag for 'b'.
   ╭─[ main.jsx:7:7 ]
   │
 5 │     <b>
   │      ┬  
   │      ╰── Opened here
   │ 
 7 │     </a>
   │       ┬  
   │       ╰── Expected `</b>`
───╯

```