html-externs icon indicating copy to clipboard operation
html-externs copied to clipboard

Work Queue

Open haxiomic opened this issue 5 years ago • 0 comments

Tracking the todolist:

  • [ ] typed arrays to js.lib
  • [ ] js.Promise references to js.lib https://github.com/HaxeFoundation/haxe/issues/8282
  • [ ] Remap any other types that have moved to js.lib
  • [ ] Add @:pure to typedarray constructors
  • [ ] class constants on instances with trailing underscore
  • [ ] Re-order overloads for better type interference (this is a work around for an overload bug)
  • [ ] Split up either types into abstracts where possible. This one is a bit tricky but worth doing.
  • [ ] Add missing userVisibleOnly field, see https://github.com/HaxeFoundation/haxe/issues/9027

haxiomic avatar Mar 31 '19 08:03 haxiomic