--- source: tests/transform.rs expression: element.transform() --- Element { tag: Native( "div", ), attrs: [ Attr { key: Attr( "class", ), value: Lit( Str( Str { span: Span { lo: BytePos( 12, ), hi: BytePos( 17, ), ctxt: #0, }, value: Atom('cls' type=inline), raw: Some( "\"cls\"", ), }, ), ), }, ], children: [], raw: JSXElement { span: Span { lo: BytePos( 1, ), hi: BytePos( 24, ), ctxt: #0, }, opening: JSXOpeningElement { name: Ident( Ident { span: Span { lo: BytePos( 2, ), hi: BytePos( 5, ), ctxt: #0, }, sym: Atom('div' type=static), optional: false, }, ), span: Span { lo: BytePos( 1, ), hi: BytePos( 18, ), ctxt: #0, }, attrs: [ JSXAttr( JSXAttr { span: Span { lo: BytePos( 6, ), hi: BytePos( 17, ), ctxt: #0, }, name: Ident( Ident { span: Span { lo: BytePos( 6, ), hi: BytePos( 11, ), ctxt: #0, }, sym: Atom('class' type=static), optional: false, }, ), value: Some( Lit( Str( Str { span: Span { lo: BytePos( 12, ), hi: BytePos( 17, ), ctxt: #0, }, value: Atom('cls' type=inline), raw: Some( "\"cls\"", ), }, ), ), ), }, ), ], self_closing: false, type_args: None, }, children: [], closing: Some( JSXClosingElement { span: Span { lo: BytePos( 18, ), hi: BytePos( 24, ), ctxt: #0, }, name: Ident( Ident { span: Span { lo: BytePos( 20, ), hi: BytePos( 23, ), ctxt: #0, }, sym: Atom('div' type=static), optional: false, }, ), }, ), }, is_static: true, }