mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-03 12:23:51 +00:00

* Refactored the is operator for simplicity and efficiency. * Improve `is` filter documentation. * Update is.js * extracted `subops.length` to `num_of_subops` * renamed `subop` to `operator` for clarity/differentiation from `subops` * refactored to avoid using a `Set` object. * Update is.js