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
The fix in 3.1.2 (7301c3e) introduces a bug affecting filenames with dots other than the .ts extension, like some codebases use to distinguish between classes extending from certain core interfaces, e.g. my-example.handler.ts. The generator now strips from the first dot, and so goes looking for dist/my-example/index.d.ts instead of dist/my-example.handler.d.ts
The text was updated successfully, but these errors were encountered:
The fix in 3.1.2 (7301c3e) introduces a bug affecting filenames with dots other than the
.ts
extension, like some codebases use to distinguish between classes extending from certain core interfaces, e.g.my-example.handler.ts
. The generator now strips from the first dot, and so goes looking fordist/my-example/index.d.ts
instead ofdist/my-example.handler.d.ts
The text was updated successfully, but these errors were encountered: