virtualx-engine/modules/gdscript/tests/scripts/parser
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 Merge pull request #62701 from cdemirer/for-variable-conflict 2022-07-06 16:02:49 +02:00
features Improve null and object printing to avoid confusion with arrays 2022-08-31 15:31:49 +02:00
warnings Merge pull request #55201 from Scony/fix-unreachable-code-false-positive 2022-05-18 16:04:12 +02:00