HaxeFoundation / HaxeFoundation/haxe
[js] js.html externs refer deprecated js.Promise type
Open
feature-html-externs
platform-javascript
priority-low
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
Try compiling for JS with `--macro include("js.html")` and you see some deprecation warnings due to externs using unqualified `Promise` access which resolves to `js.Promise`, which is now deprecated. The externs should import `js.lib.Promise` or specify the full path.
Contributor guide
Assessment
This issue has not been assessed yet.