about summary refs log tree commit diff stats
path: root/src/utils/opt.nim
Commit message (Collapse)AuthorAgeFilesLines
* move around more modulesbptato2023-09-141-109/+0
| | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/
* 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
| | | | | Now we use Result for passing exceptions to JS. As a result, we can finally get rid of the .jserr pragma.
* Use utils/opt in toml parserbptato2023-06-181-9/+60
|
* Refactor config, add charset optsbptato2023-05-161-0/+34
Only document-charset supported for now.