miniflux-v2/internal/ui/static
jvoisin beb8c80787 Replace a bunch of let with const
According to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const

> Many style guides (including MDN's) recommend using const over let whenever a
variable is not reassigned in its scope. This makes the intent clear that a
variable's type (or value, in the case of a primitive) can never change.
2024-03-20 17:36:01 -07:00
..
bin Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
css Fix regression: Add to Home Screen button is unreadable 2024-03-14 17:37:50 -07:00
js Replace a bunch of let with const 2024-03-20 17:36:01 -07:00
static.go jsminifier: set JavaScript version 2024-03-11 19:02:52 -07:00