chore(deps): update dependency gettext to ~> 0.25 #269
Annotations
3 warnings
Compile
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Compile
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Compile
5..1 has a default step of -1, please write 5..1//-1 instead
|
Loading