Haxe std contains flash externs for flash player. Air runtime sometimes has the same types but with additional fields, but haxe's std types take priority. See: 18aaf80
A mechanism is needed to ignore the types in haxe std to generate the full air types.
Haxe's mechanism for updating its flash types dealt with the issue by manually removing files, which isn't very convenient:
https://github.com/HaxeFoundation/haxe/blob/f0e70064bb15ed6c8163fa312479f55c57ea8ddf/extra/extract.hxml#L1-L6
Haxe std contains flash externs for flash player. Air runtime sometimes has the same types but with additional fields, but haxe's std types take priority. See: 18aaf80
A mechanism is needed to ignore the types in haxe std to generate the full air types.
Haxe's mechanism for updating its flash types dealt with the issue by manually removing files, which isn't very convenient:
https://github.com/HaxeFoundation/haxe/blob/f0e70064bb15ed6c8163fa312479f55c57ea8ddf/extra/extract.hxml#L1-L6