typst/tests/typ/compiler
Simon Rask 046029b1e2
Add hint for missing method error for dictionary where a field with a function is present (#1922)
2023-08-21 16:26:05 +02:00
..
modules
array.typ Add intersperse() method for arrays (#1897) 2023-08-21 16:01:27 +02:00
bench.typ
block.typ Rework delimiter errors 2023-05-24 16:58:51 +02:00
break-continue.typ Check for control flow event before let binding (#1912) 2023-08-21 16:21:37 +02:00
bytes.typ Make bytes joinable 2023-08-21 15:33:03 +02:00
call.typ Rework delimiter errors 2023-05-24 16:58:51 +02:00
closure.typ Pattern as parameter (#854) 2023-04-26 11:32:11 +02:00
color.typ
comment.typ
construct.typ
content-field.typ Support indices preceding the base symbol, revamping #699 (#825) 2023-04-25 11:24:07 +02:00
dict.typ Add hint for missing method error for dictionary where a field with a function is present (#1922) 2023-08-21 16:26:05 +02:00
embedded-expr.typ Better error messages for `#` expressions 2023-07-06 16:01:23 +02:00
field.typ Update field mutation error message (#1742) 2023-07-26 23:03:33 +02:00
for.typ Parser hints infrastructure (#1570) 2023-07-05 16:25:26 +02:00
highlight.typ Fix highlighting of identifiers before brackets 2023-04-11 17:26:00 +02:00
hint.typ Minor improvements 2023-06-30 09:59:58 +02:00
if.typ
import.typ Reintroduce `--root` 2023-06-28 10:36:53 +02:00
include.typ Give more specific error messages (#881) 2023-04-19 13:26:55 +02:00
label.typ Fix field access on styled element 2023-05-22 13:49:09 +02:00
let.typ Rework delimiter errors 2023-05-24 16:58:51 +02:00
methods.typ Add fields and methods to several primitives (#790) 2023-07-11 16:11:18 +02:00
module.typ
ops-assoc.typ
ops-invalid.typ Clearer error messages for failed comparisons 2023-05-22 13:06:33 +02:00
ops-prec.typ Rework delimiter errors 2023-05-24 16:58:51 +02:00
ops.typ Fix overflows with operators (#904) 2023-04-26 11:30:16 +02:00
packages.typ Basic package management 2023-06-27 18:40:17 +02:00
plugin.typ Wasm plugin system (#1555) 2023-08-21 15:17:16 +02:00
recursion.typ Give more specific error messages (#881) 2023-04-19 13:26:55 +02:00
repr.typ
return.typ
set.typ Reintroduce `--root` 2023-06-28 10:36:53 +02:00
shorthand.typ
show-bare.typ
show-node.typ Undo regex type rename 2023-06-09 15:52:31 +02:00
show-recursive.typ
show-selector.typ Touch up docs 2023-04-26 15:37:21 +02:00
show-text.typ Fix crashing on empty regexps (#1870) 2023-08-08 14:42:04 +02:00
spread.typ Fix function sinks (#638) 2023-04-13 16:07:58 +02:00
string.typ Bytes type 2023-08-04 15:46:46 +02:00
while.typ