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
Seems like multiple issues.. This is d.ts emit through transform. The one you see is because of copying and updating d.ts as per changes in prepends through tsbuild info.
// ...lastIndexOf(searchElement: import("@anymodel/docker-compose").Volume,fromIndex?: number |undefined): number;every<Sextendsimport("@anymodel/docker-compose").Volume>(predicate: (value: import("@anymodel/docker-compose").Volume,index: number,array: import("@anymodel/docker-compose").Volume[])=>valueisS,thisArg?: any): this is S[];/**"],
},// ...
A portion of index.ts
// ...{includeIgnored: ["**/.history/**"],}// ...
Unfortunately I can't create a POC because the code is very complex and when I delete some parts the problem fixes. But basically the generation stopped after of this is S[]; /**"], and then the rest of the file contains the original source code.
.ts:
.d.ts:
The text was updated successfully, but these errors were encountered: