facebookarchive/prepack

Model the browser DOM using JSDOM

Open

#475 geöffnet am 27. Apr. 2017

Auf GitHub ansehen
 (2 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)JavaScript (520 Forks)batch import
design neededhelp wanted

Repository-Metriken

Stars
 (14.268 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

https://github.com/tmpvar/jsdom

This would need to mark all its objects as intrinsic automatically from inside the Prepack realm.

Constructors also need to be able to track how they were constructed. It can't construct using new HTMLDivElement() but it could do document.createElement("div").

I think this can mostly be achieved by treating everything as abstract and simple but it would be even nicer to be able to track expected side-effects so that even more can be done.

Contributor Guide