Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix block string matching not including newlines

+1 -1
+1 -1
alias/language/parser.mjs
··· 63 63 kind: x.tag, 64 64 value: x[0], 65 65 }))` 66 - (:${'"""'} ${/.*(?=""")/} :${'"""'}) 66 + (:${'"""'} ${/[\s\S]+?(?=""")/} :${'"""'}) 67 67 | (:${'"'} ${/[^"\r\n]*/} :${'"'}) 68 68 `; 69 69