virtualx-engine/modules/gdscript/tests/scripts/analyzer
Hugo Locurcio 291d3aaabe
Improve null and object printing to avoid confusion with arrays
- Use different syntax for object printing to avoid confusion with arrays.
- Print null as `<null>` to avoid confusion with a string `"null"`.
- Display `<empty>` in editor resource pickers to avoid confusion
  with array-based properties.
2022-08-31 15:31:49 +02:00
..
errors Fixes GDScript define nested dictionary and array as constants #50285 2022-04-19 08:57:23 -04:00
features Improve null and object printing to avoid confusion with arrays 2022-08-31 15:31:49 +02:00
typed_array_assignment.gd Fix const typed array assignment 2022-05-25 09:02:11 -05:00
typed_array_assignment.out Fix const typed array assignment 2022-05-25 09:02:11 -05:00