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
While generating d.ts files for the Mapbox SDK I ran into a NullPointerException I couldn't make sense of until I debugged the generator.
It turned out I had to provide numerous dependencies to make it work, but I didn't want those to be part of the resulting d.ts file..
So I've now made sure the generator doesn't choke on these and logs them to the console. If the developer cares about any of those missing classes he can lookup the related dependency (library) and rerun the generator.
0 commit comments