HaxeFoundation / dox

Haxe documentation generator.
MIT License
146 stars 36 forks source link

WeakMap claims to be implemented on all platforms but it's not available in JS target #248

Open SmerkyG opened 5 years ago

SmerkyG commented 5 years ago

WeakMap claims to be implemented on all platforms but it's not available in JS target

See https://api.haxe.org/haxe/ds/WeakMap.html

nadako commented 5 years ago

This is a general issue with "core api" classes that are not really there on some platforms - they get documented as such. Although nowadays we can probably provide WeakMap for ES6 using the native thing! \o/

Simn commented 5 years ago

Wrong repo but yeah, this is a problem...

Gama11 commented 5 years ago

GitHub lets you transfer issues now. :) https://help.github.com/en/articles/transferring-an-issue-to-another-repository

Simn commented 5 years ago

neat

SmerkyG commented 5 years ago

That's neat on the weakmap for ES6! Sorry for the wrong repo post - wasn't sure where the one was that holds the auto-generated API docs...