--- source: tests/transform.rs expression: fragment.transform() --- Fragment { children: [ Element( Element { tag: Native( "div", ), attrs: [], children: [], raw: JSXElement { span: Span { lo: BytePos( 27, ), hi: BytePos( 38, ), ctxt: #0, }, opening: JSXOpeningElement { name: Ident( Ident { span: Span { lo: BytePos( 28, ), hi: BytePos( 31, ), ctxt: #0, }, sym: Atom('div' type=static), optional: false, }, ), span: Span { lo: BytePos( 27, ), hi: BytePos( 32, ), ctxt: #0, }, attrs: [], self_closing: false, type_args: None, }, children: [], closing: Some( JSXClosingElement { span: Span { lo: BytePos( 32, ), hi: BytePos( 38, ), ctxt: #0, }, name: Ident( Ident { span: Span { lo: BytePos( 34, ), hi: BytePos( 37, ), ctxt: #0, }, sym: Atom('div' type=static), optional: false, }, ), }, ), }, is_static: true, }, ), Element( Element { tag: Native( "div", ), attrs: [], children: [], raw: JSXElement { span: Span { lo: BytePos( 51, ), hi: BytePos( 62, ), ctxt: #0, }, opening: JSXOpeningElement { name: Ident( Ident { span: Span { lo: BytePos( 52, ), hi: BytePos( 55, ), ctxt: #0, }, sym: Atom('div' type=static), optional: false, }, ), span: Span { lo: BytePos( 51, ), hi: BytePos( 56, ), ctxt: #0, }, attrs: [], self_closing: false, type_args: None, }, children: [], closing: Some( JSXClosingElement { span: Span { lo: BytePos( 56, ), hi: BytePos( 62, ), ctxt: #0, }, name: Ident( Ident { span: Span { lo: BytePos( 58, ), hi: BytePos( 61, ), ctxt: #0, }, sym: Atom('div' type=static), optional: false, }, ), }, ), }, is_static: true, }, ), ], is_static: true, }