packages feed

typst-0.9: test/typ/compiler/methods-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/methods-00.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "split")) (Literal (String "Hi there")))
              [])
       , NormalArg
           (Array
              [ Reg (Literal (String "Hi")) , Reg (Literal (String "there")) ])
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })