eww/crates
Roland Fredenhagen 6a64a28629
Add support for null safe indexing e.g. for arrays (#631)
* Add support for null safe indexing e.g. for arrays

This follows the JavaScript syntax:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining#syntax

* add docs

* Add test for safe access index to non indexable

Co-authored-by: Josiah Hilden <jhilden13@gmail.com>

Co-authored-by: Josiah Hilden <jhilden13@gmail.com>
Co-authored-by: ElKowar <5300871+elkowar@users.noreply.github.com>
2023-01-05 20:21:29 +01:00
..
eww Fix temperature values not being accessible due to NaN values (#650) 2023-01-05 20:16:47 +01:00
eww_shared_util Fix some clippy lints and run cargo fmt (#603) 2022-10-24 19:41:16 +02:00
simplexpr Add support for null safe indexing e.g. for arrays (#631) 2023-01-05 20:21:29 +01:00
yuck Clean up Cargo.toml's (#607) 2022-10-29 14:01:48 +02:00