Added: AS3.1 null-conditional operator ?. (air - swf version 50)

Added: AS3.1 nullish coalescing operator `??` (air - swf version 50)
This commit is contained in:
Jindra Petřík
2024-11-20 17:05:37 +01:00
parent 7d7f0666cc
commit 7fb2b6efb1
12 changed files with 119 additions and 25 deletions
+4
View File
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- AS3.1 null-conditional operator `?.` (air - swf version 50)
- AS3.1 nullish coalescing operator `??` (air - swf version 50)
### Fixed
- [#2366] Running simple editor on background slowing down other views