Fan You
Fan You
Hi @mahirk @lfportal Catching up with the discussion. > > generics -> 🔴 > > ```ts > interface Generic { > genericProp: T; > } > > type A =...
Let me know if this is done intentionally. Otherwise the fix is very simple, we can use the last parsed JSDoc instead of throwing errors.
I see, the problem I've encountered is when file have a copyright info: ``` /** * @license * Copyright (c) 2015 Example Corporation Inc. * * Permission is hereby granted,...