You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
I'm trying to generate externs for https://github.com/ianstormtaylor/slate, but there are a couple of extern declarations missing.
To reproduce:
SlatenamespaceThis generates externs, including
"Document": function () {},which for example is missing itsnodesproperty (see Slate docs) .Am I missing something? Thanks in advance!