silverbullet/plug-api
MrMugame 9ed493aa00
Makes the behaviour of logic expressions consistent in all cases (#898)
* Returned the value of a logic expression in all cases

* Remove legacy call syntax

* Correct test

* Remove old call syntax from docs/library

* Corrected docs for call syntax

* Add null coalescing operator
2024-07-02 19:12:40 +02:00
..
lib Makes the behaviour of logic expressions consistent in all cases (#898) 2024-07-02 19:12:40 +02:00
syscalls Delete line command (#866) 2024-05-25 23:12:48 +02:00
README.md Delete line command (#866) 2024-05-25 23:12:48 +02:00
syscall.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
syscalls.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
types.ts Index []() style links (#827) 2024-05-27 20:33:41 +02:00

README.md

This folder contains two things:

  • Wrappers for syscalls to be used by Plugs
  • Reusable library code that plugs may find useful