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 has been archived by the owner on Oct 20, 2022. It is now read-only.
but I don't think this is valid in an extern. In that case, perhaps these can be excluded from the extern altogether (somewhat related to #22). Not sure.
As for the Quill API functions... it looks like they are instance methods (new Quill().deleteText()) rather than being static calls (Quill.deleteText()) which I currently don't handle. I'm not 100% sure that those need to be in an extern, but #29 seems to provide some evidence that they do.
Generating externs for Quill 1.1.0 doesn't include methods from Quill API. It also generates invalid js:
Which was generated based on this source from Quill:
The text was updated successfully, but these errors were encountered: