-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the number of DOM APIs we generate code for (#158)
* reduce the number of DOM APIs we generate code for * regenerate the dom libraries * review comments * update comments
- Loading branch information
1 parent
393ed83
commit 3f1285e
Showing
186 changed files
with
47 additions
and
13,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
3f1285e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoa, this severely restricts what can be done on the web. Is this really the plan?
Can you at least have a different branch that does not have this commit?
3f1285e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mnordine You might want to check out the discussion in #145 and perhaps add any thoughts you have.
Also remember that everything
package:web
does can be implemented in your own package using JS interop. Documentation for that is in progress.