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
I've had this problem before, but I'm installing the latest version of pdfjs, and for whatever reason this library has lots of these quoted properties in its type definitions.
I've had this problem before, but I'm installing the latest version of pdfjs, and for whatever reason this library has lots of these quoted properties in its type definitions.
Here is an example source d.ts file: https://github.com/StirlingMarketingGroup/StirlingMarketingGroup/blob/master/plus/v2/node_modules/pdfjs-dist/types/src/display/draw_layer.d.ts
And this generates a block like this in the externs:
I've tried looking for where these externs are generated, but it seems it might be in tsickle itself, which I guess is no longer being maintained :/
So I'm not sure if this is another thing we could potentially patch via tscc?
The text was updated successfully, but these errors were encountered: