-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design Meeting Notes, 11/30/2016 #12622
Comments
@mhegazy Where should we give feedback for |
either here or at #12488 |
thx |
I just got hit by the The notes above seem to state that the solution will be splitting DOM definitions into multiple libraries. As an approach, I'd suggest setting up the scaffold, and splitting out one (small) API, so the community has an example PR to look at. This way, we (the community) could help with the APIs we care about. |
__extends
and static methods / accessorsskatejs reported issue
Previously reported issues:
PR from @vvakame to change
__extends
impementationthe
for
loop is there to support browsers pre__proto__
, e.g. IE8, IE9, and IE10Condition it:
enumrable: false
?--target ES5
and not--target ES3
Promise
in lib.d.tsIssues:
PromiseLike
(actually returns aPromise
)DOM keeps moving forward, but the lib.d.ts does not
Resolution:
Extensibility (@RyanCavanaugh)
The text was updated successfully, but these errors were encountered: