about summary refs log tree commit diff stats
path: root/src/utils/opt.nim
Commit message (Expand)AuthorAgeFilesLines
* return Result[T, JSError] from fromJSbptato2023-07-021-0/+3
* Factor out map search, remove sugarbptato2023-06-291-5/+2
* Refactor fromJS bodybptato2023-06-281-1/+4
* Option -> Opt in config, return error in compileSearchRegexbptato2023-06-241-0/+6
* Get rid of the .jserr pragmabptato2023-06-191-4/+1
* Rework JS exception systembptato2023-06-191-25/+43
* Use utils/opt in toml parserbptato2023-06-181-9/+60
* Refactor config, add charset optsbptato2023-05-161-0/+34