Skip to content

Instantly share code, notes, and snippets.

@michaelfig
Created October 1, 2021 22:16
Show Gist options
  • Save michaelfig/674f2ae1397f07ce7dfb166001e926f9 to your computer and use it in GitHub Desktop.
Save michaelfig/674f2ae1397f07ce7dfb166001e926f9 to your computer and use it in GitHub Desktop.
Errors while running `eslint-plugin-jsdoc@36.1.0` against https://github.com/Agoric/agoric-sdk
22:0 warning Syntax error in type: ((...args: any[]) => any) | undefined jsdoc/valid-types
19:0 warning Syntax error in type: asserts flag jsdoc/valid-types
77:0 warning Syntax error in type: asserts specimen is bigint jsdoc/valid-types
83:0 warning Syntax error in type: asserts specimen is boolean jsdoc/valid-types
89:0 warning Syntax error in type: asserts specimen is Function jsdoc/valid-types
95:0 warning Syntax error in type: asserts specimen is number jsdoc/valid-types
101:0 warning Syntax error in type: asserts specimen is Record<any, any> | null jsdoc/valid-types
107:0 warning Syntax error in type: asserts specimen is string jsdoc/valid-types
113:0 warning Syntax error in type: asserts specimen is symbol jsdoc/valid-types
119:0 warning Syntax error in type: asserts specimen is undefined jsdoc/valid-types
248:0 warning Syntax error in type: (template: TemplateStringsArray | string[], ...args: any) => DetailsToken jsdoc/valid-types
287:0 warning Syntax error in type: BaseAssert & {typeof: AssertTypeof,error: AssertMakeError,fail: AssertFail,equal: AssertEqual,string: AssertString,note: AssertNote,details: DetailsTag,quote: AssertQuote,makeAssert: MakeAssert,} jsdoc/valid-types
15:0 warning Syntax error in type: ReturnType<typeof makeStorageInMemory>['storage'] jsdoc/valid-types
159:0 warning Syntax error in type: {storage: JSONStore, // a storage API object to load and store datacommit: () => void, // commit changes made since the last commitclose: () => void, // shutdown the store, abandoning any uncommitted changes} jsdoc/valid-types
77:0 warning Syntax error in type: maybePromise is Promise jsdoc/valid-types
256:0 warning Syntax error in type: {kvStuff: Record<string, string>,streamStuff: Map<string, Array<string>>,} jsdoc/valid-types
287:0 warning Syntax error in type: {kvStuff: Record<string, string>,streamStuff: Map<string, Array<string>>,} jsdoc/valid-types
14:0 warning Syntax error in type: {tmpName: typeof import('tmp').tmpName,existsSync: typeof import('fs').existsSynccreateReadStream: typeof import('fs').createReadStream,createWriteStream: typeof import('fs').createWriteStream,resolve: typeof import('path').resolve,rename: typeof import('fs').promises.rename,unlink: typeof import('fs').promises.unlink,unlinkSync: typeof import('fs').unlinkSync,} jsdoc/valid-types
13:0 warning Syntax error in type: asserts streamName is string jsdoc/valid-types
23:0 warning Syntax error in type: asserts position is StreamPosition jsdoc/valid-types
32:0 warning Syntax error in type: {has: (key: string) => boolean,getKeys: (start: string, end: string) => Iterable<string>,get: (key: string) => string | undefined,set: (key: string, value: string) => void,delete: (key: string) => void,} jsdoc/valid-types
42:0 warning Syntax error in type: {writeStreamItem: (streamName: string, item: string, position: StreamPosition) => StreamPosition,readStream: (streamName: string, startPosition: StreamPosition, endPosition: StreamPosition) => Iterable<string>,closeStream: (streamName: string) => void,STREAM_START: StreamPosition,} jsdoc/valid-types
49:0 warning Syntax error in type: {kvStore: KVStore, // a key-value storage API object to load and store datastreamStore: StreamStore, // a stream-oriented API object to append and read streams of datacommit: () => void, // commit changes made since the last commitclose: () => void, // shutdown the store, abandoning any uncommitted changesdiskUsage?: () => number, // optional stats method} jsdoc/valid-types
278:0 warning Syntax error in type: (fn: () => unknown, e?: Expectation, message?: string) => void jsdoc/valid-types
288:0 warning Syntax error in type: (fn: () => unknown, message?: string) => void jsdoc/valid-types
298:0 warning Syntax error in type: (thrower: () => Promise<unknown>, expectation?: Expectation, message?: string) => Promise<void> jsdoc/valid-types
312:0 warning Syntax error in type: (thrower: () => Promise<unknown>, message?: string) => Promise<void> jsdoc/valid-types
78:0 warning Syntax error in type: {pass: number,fail: number,total: number,} jsdoc/valid-types
87:0 warning Syntax error in type: {spawnXSnap: (opts: object) => XSnap,bundleSource: (...args: [string, ...unknown[]]) => Promise<Bundle>,resolve: ResolveFn,dirname: typeof import('path').dirname,basename: typeof import('path').basename,} jsdoc/valid-types
309:0 warning Syntax error in type: {bundleSource: typeof import('@agoric/bundle-source').default,spawn: typeof import('child_process')['spawn'],osType: typeof import('os')['type'],readFile: typeof import('fs')['promises']['readFile'],resolve: typeof import('path').resolve,dirname: typeof import('path').dirname,basename: typeof import('path').basename,glob: typeof import('glob'),} jsdoc/valid-types
28:0 warning Syntax error in type: {spawn: typeof import('child_process').spawn,} jsdoc/valid-types
144:0 warning Syntax error in type: {env: Record<string, string | undefined>,stdout: typeof process.stdout,spawn: typeof import('child_process').spawn,fs: {existsSync: typeof import('fs').existsSync,readFile: typeof import('fs').promises.readFile,},os: {type: typeof import('os').type,}} jsdoc/valid-types
6:0 warning Syntax error in type: asserts _flag jsdoc/valid-types
12:0 warning Syntax error in type: {resolve(value?: T | Promise<T>): void,reject(error: Error): void,promise: Promise<T>} jsdoc/valid-types
49:0 warning Syntax error in type: {readdirSync: typeof import('fs').readdirSync,readFileSync: typeof import('fs').readFileSync,} jsdoc/valid-types
81:0 warning Syntax error in type: {writeFileSync: typeof import('fs').writeFileSync,} jsdoc/valid-types
175:0 warning Syntax error in type: {readdirSync: typeof import('fs').readdirSync,readFileSync: typeof import('fs').readFileSync,} jsdoc/valid-types
282:0 warning Syntax error in type: {spawn: typeof import('child_process').spawn,osType: typeof import('os').type,readdirSync: typeof import('fs').readdirSync,readFileSync: typeof import('fs').readFileSync,} jsdoc/valid-types
7:0 warning Syntax error in type: {put(value: T | Promise<T>): void,get(): Promise<T>} jsdoc/valid-types
38:0 warning Syntax error in type: {next(value: U): Promise<IteratorResult<T>>,return(value: V): Promise<IteratorResult<T>>,throw(error: Error): Promise<IteratorResult<T>>,[Symbol.asyncIterator](): Stream<T, U, V>} jsdoc/valid-types
16:0 warning Syntax error in type: {makeFar<T>(x: T): ERef<T>,makeNear<T>(x: T): ERef<T>,makeTrapHandler<T>(x: T): T,Trap: Trap} jsdoc/valid-types
81:0 warning Syntax error in type: ERef<{ getRef(nonce: number): any }> jsdoc/valid-types
108:0 warning Syntax error in type: { [PASS_STYLE]: string } jsdoc/valid-types
81:0 warning Syntax error in type: { [PASS_STYLE]: string,[Symbol.toStringTag]: string,} jsdoc/valid-types
227:0 warning Syntax error in type: (...args: any[]) => any jsdoc/valid-types
160:0 warning Syntax error in type: { [index: string]: Encoding,'@qclass'?: undefined } jsdoc/valid-types
12:0 warning Syntax error in type: asserts capdata is CapData<unknown> jsdoc/valid-types
48:0 warning Syntax error in type: {snapStore?: SnapStore,spawn: typeof import('child_process').spawnenv: Record<string, string | undefined>,} jsdoc/valid-types
392:0 warning Syntax error in type: {hostStorage?: HostStore,verbose?: boolean,kernelBundles?: Record<string, string>,debugPrefix?: string,slogCallbacks?: unknown,testTrackDecref?: unknown,warehousePolicy?: { maxVatsOnline?: number },overrideVatManagerOptions?: { consensusMode?: boolean },slogFile?: string,} jsdoc/valid-types
6:0 warning Syntax error in type: (initial: string?) => {add: (more: string) => void,finish: () => string,} jsdoc/valid-types
71:0 warning Syntax error in type: {op: 'set',key: string,value: string,} jsdoc/valid-types
77:0 warning Syntax error in type: {op: 'delete',key: string,} jsdoc/valid-types
82:0 warning Syntax error in type: {op: Exclude<string, 'set' | 'delete'>,key: string,} jsdoc/valid-types
153:0 warning Syntax error in type: {manager: unknown,translators: ReturnType<makeDeviceTranslators>,} jsdoc/valid-types
15:0 warning Syntax error in type: (...args: Array<unknown>) => unknown jsdoc/valid-types
17:0 warning Syntax error in type: (...args: Array<unknown>) => unknown jsdoc/valid-types
30:0 warning Syntax error in type: addKernelDeviceNode: (deviceID: string) => string,incrementRefCount: (kernelSlot: string,tag: string?,options: {isExport: boolean?,onlyRecognizable: boolean?,},) => undefined), jsdoc/valid-types
50:0 warning Syntax error in type: { getManager: (shutdown: () => Promise<void>,makeSnapshot?: (ss: SnapStore) => Promise<string>) => VatManager,syscallFromWorker: (vso: VatSyscallObject) => VatSyscallResult,setDeliverToWorker: (dtw: unknown) => void,} jsdoc/valid-types
27:0 warning Syntax error in type: {makeNodeWorker: () => Worker,kernelKeeper: KernelKeeper,kernelSlog: KernelSlog,testLog: (...args: unknown[]) => void,} jsdoc/valid-types
22:0 warning Syntax error in type: {allVatPowers: VatPowers,kernelKeeper: KernelKeeper,kernelSlog: KernelSlog,startXSnap: (name: string, handleCommand: AsyncHandler, metered?: boolean, snapshotHash?: string) => Promise<XSnap>,testLog: (...args: unknown[]) => void,} jsdoc/valid-types
144:0 warning Syntax error in type: Record<'debug' | 'log' | 'info' | 'warn' | 'error', (...args: any[]) => void> jsdoc/valid-types
49:0 warning Syntax error in type: {maxVatsOnline?: number,snapshotInitial?: number,snapshotInterval?: number,}= jsdoc/valid-types
75:0 warning Syntax error in type: {manager: VatManager,enablePipelining: boolean,options: { name?: string, description?: string, managerType?: ManagerType },} jsdoc/valid-types
190:0 warning Syntax error in type: { enablePipelining?: boolean }| undefined // if the vat is dead or never initialized jsdoc/valid-types
15:0 warning Syntax error in type: asserts message is Message jsdoc/valid-types
36:0 warning Syntax error in type: asserts vdo is VatDeliveryObject jsdoc/valid-types
76:0 warning Syntax error in type: asserts vdr is VatDeliveryResult jsdoc/valid-types
99:0 warning Syntax error in type: asserts vso is VatSyscallObject jsdoc/valid-types
173:0 warning Syntax error in type: asserts vsr is VatSyscallResult jsdoc/valid-types
16:0 warning Syntax error in type: {bundle: Bundle,enableSetup: false,} jsdoc/valid-types
20:0 warning Syntax error in type: {setup: unknown,enableSetup: true,} jsdoc/valid-types
29:0 warning Syntax error in type: {consensusMode: boolean,enablePipelining?: boolean,managerType: ManagerType,gcEveryCrank?: boolean,metered?: boolean,enableDisavow?: boolean,useTranscript?: boolean,enableVatstore?: boolean,vatParameters: Record<string, unknown>,virtualObjectCacheSize: number,name: string,compareSyscalls?: (originalSyscall: {}, newSyscall: {}) => Error | undefined,vatConsole: Console,liveSlotsConsole?: Console,meterID?: string,} & (HasBundle | HasSetup) jsdoc/valid-types
55:0 warning Syntax error in type: {Remotable: unknown,getInterfaceOf: unknown,} jsdoc/valid-types
60:0 warning Syntax error in type: {makeGetMeter: unknown,transformMetering: unknown,} jsdoc/valid-types
65:0 warning Syntax error in type: {exitVat: unknown,exitVatWithFailure: unknown,} jsdoc/valid-types
79:0 warning Syntax error in type: {method: string,args: SwingSetCapData,result?: string,} jsdoc/valid-types
87:0 warning Syntax error in type: [tag: 'message', target: string, msg: Message] jsdoc/valid-types
88:0 warning Syntax error in type: [tag: 'notify', resolutions: string[] ] jsdoc/valid-types
89:0 warning Syntax error in type: [tag: 'dropExports', vrefs: string[] ] jsdoc/valid-types
90:0 warning Syntax error in type: [tag: 'retireExports', vrefs: string[] ] jsdoc/valid-types
91:0 warning Syntax error in type: [tag: 'retireImports', vrefs: string[] ] jsdoc/valid-types
95:0 warning Syntax error in type: [tag: 'ok', message: null, usage: { compute: number } | null] |[tag: 'error', message: string, usage: unknown | null] jsdoc/valid-types
98:0 warning Syntax error in type: [tag: 'send', target: string, msg: Message] jsdoc/valid-types
99:0 warning Syntax error in type: [tag: 'callNow', target: string, method: string, args: SwingSetCapData] jsdoc/valid-types
100:0 warning Syntax error in type: [tag: 'subscribe', vpid: string ] jsdoc/valid-types
101:0 warning Syntax error in type: [ vpid: string, rejected: boolean, data: SwingSetCapData ] jsdoc/valid-types
102:0 warning Syntax error in type: [tag: 'resolve', resolutions: VatResolutions ] jsdoc/valid-types
103:0 warning Syntax error in type: [tag: 'vatstoreGet', key: string ] jsdoc/valid-types
104:0 warning Syntax error in type: [tag: 'vatstoreSet', key: string, data: string ] jsdoc/valid-types
105:0 warning Syntax error in type: [tag: 'vatstoreDelete', key: string ] jsdoc/valid-types
106:0 warning Syntax error in type: [tag: 'dropImports', slots: string[] ] jsdoc/valid-types
107:0 warning Syntax error in type: [tag: 'retireImports', slots: string[] ] jsdoc/valid-types
108:0 warning Syntax error in type: [tag: 'retireExports', slots: string[] ] jsdoc/valid-types
116:0 warning Syntax error in type: [tag: 'ok', data: SwingSetCapData | string | null ] jsdoc/valid-types
117:0 warning Syntax error in type: [tag: 'error', err: string ] jsdoc/valid-types
121:0 warning Syntax error in type: [tag: 'message', target: string, msg: Message] jsdoc/valid-types
122:0 warning Syntax error in type: [tag: 'notify', resolutions: string[] ] jsdoc/valid-types
123:0 warning Syntax error in type: [tag: 'dropExports', krefs: string[] ] jsdoc/valid-types
124:0 warning Syntax error in type: [tag: 'retireExports', krefs: string[] ] jsdoc/valid-types
125:0 warning Syntax error in type: [tag: 'retireImports', krefs: string[] ] jsdoc/valid-types
129:0 warning Syntax error in type: [tag: 'send', target: string, msg: Message] jsdoc/valid-types
130:0 warning Syntax error in type: [tag: 'callNow', target: string, method: string, args: SwingSetCapData] jsdoc/valid-types
131:0 warning Syntax error in type: [tag: 'subscribe', kpid: string ] jsdoc/valid-types
132:0 warning Syntax error in type: [ kpid: string, rejected: boolean, data: SwingSetCapData ] jsdoc/valid-types
133:0 warning Syntax error in type: [tag: 'resolve', resolutions: KernelResolutions ] jsdoc/valid-types
134:0 warning Syntax error in type: [tag: 'vatstoreGet', key: string ] jsdoc/valid-types
135:0 warning Syntax error in type: [tag: 'vatstoreSet', key: string, data: string ] jsdoc/valid-types
136:0 warning Syntax error in type: [tag: 'vatstoreDelete', key: string ] jsdoc/valid-types
137:0 warning Syntax error in type: [tag: 'dropImports', krefs: string[] ] jsdoc/valid-types
138:0 warning Syntax error in type: [tag: 'retireImports', krefs: string[] ] jsdoc/valid-types
139:0 warning Syntax error in type: [tag: 'retireExports', krefs: string[] ] jsdoc/valid-types
146:0 warning Syntax error in type: [tag: 'ok', data: SwingSetCapData | string | null ] jsdoc/valid-types
147:0 warning Syntax error in type: [tag: 'error', err: string ] jsdoc/valid-types
157:0 warning Syntax error in type: { write: ({}) => void,vatConsole: (vatID: string, origConsole: {}) => {},delivery: (vatID: string,newCrankNum: BigInt, newDeliveryNum: BigInt,kd: KernelDeliveryObject, vd: VatDeliveryObject,replay?: boolean) => SlogFinishDelivery,syscall: (vatID: string,ksc: KernelSyscallObject | undefined,vsc: VatSyscallObject) => SlogFinishSyscall,provideVatSlogger: (vatID: string,dynamic?: boolean,description?: string,name?: string,vatSourceBundle?: *,managerType?: string,vatParameters?: *) => VatSlog,terminateVat: (vatID: string, shouldReject: boolean, info: SwingSetCapData) => void,} jsdoc/valid-types
177:0 warning Syntax error in type: { createFromBundle: (vatID: string,bundle: Bundle,managerOptions: ManagerOptions,vatSyscallHandler: unknown) => Promise<VatManager>,} jsdoc/valid-types
182:0 warning Syntax error in type: { deliver: (delivery: VatDeliveryObject) => Promise<VatDeliveryResult>,replayTranscript: (startPos: StreamPosition | undefined) => Promise<number?>,makeSnapshot?: (ss: SnapStore) => Promise<string>,shutdown: () => Promise<void>,} jsdoc/valid-types
192:0 warning Syntax error in type: {sourceSpec: string // path to pre-bundled root} jsdoc/valid-types
195:0 warning Syntax error in type: {bundleSpec: string // path to bundled code} jsdoc/valid-types
201:0 warning Syntax error in type: (SourceSpec | BundleSpec | BundleRef ) & {creationOptions?: Record<string, any>,parameters?: Record<string, any>,} jsdoc/valid-types
240:0 warning Syntax error in type: {kvStore: KVStore,streamStore: StreamStore,snapStore?: SnapStore,} jsdoc/valid-types
250:0 warning Syntax error in type: [tag: 'none'] jsdoc/valid-types
251:0 warning Syntax error in type: [tag: 'create-vat', details: {} ] jsdoc/valid-types
252:0 warning Syntax error in type: [tag: 'crank', details: { computrons?: bigint }] jsdoc/valid-types
253:0 warning Syntax error in type: [tag: 'crank-failed', details: {}] jsdoc/valid-types
256:0 warning Syntax error in type: { vatCreated: (details: {}) => PolicyOutput,crankComplete: (details: { computrons?: bigint }) => PolicyOutput,crankFailed: (details: {}) => PolicyOutput,} jsdoc/valid-types
537:0 warning Syntax error in type: ProtocolHandler['onInstantiate'] jsdoc/valid-types
107:0 warning Syntax error in type: Protocol['bind'] jsdoc/valid-types
63:0 warning Syntax error in type: { [prop: string]: any, D: <T>(target: Device<T>) => T} jsdoc/valid-types
47:0 warning Syntax error in type: asserts allegedDisplayInfo is DisplayInfo jsdoc/valid-types
24:0 warning Syntax error in type: value is SetValue jsdoc/valid-types
36:0 warning Syntax error in type: value is NatValue jsdoc/valid-types
44:0 warning Syntax error in type: value is NatValue jsdoc/valid-types
52:0 warning Syntax error in type: value is Value jsdoc/valid-types
61:0 warning Syntax error in type: brand is Brand jsdoc/valid-types
144:0 warning Syntax error in type: Proposal["want"] jsdoc/valid-types
145:0 warning Syntax error in type: Proposal["give"] jsdoc/valid-types
50:0 warning Syntax error in type: (seat1: ZCFSeat, seat2: ZCFSeat, ...seatRest:Array<ZCFSeat>) => void jsdoc/valid-types
100:0 warning Syntax error in type: Partial<Record<keyof ProposalRecord['exit'], null>> jsdoc/valid-types
29:0 warning Syntax error in type: Promise<{disallowExtensions: DisallowExtensions, addExpiringLien: AddExpiringLien, getLienAmount:GetLienAmount, makeExtendAttInvitation:MakeExtendAttInvitationInternal, getIssuer: () => Issuer, getBrand:() => Brand}> jsdoc/valid-types
20:0 warning Syntax error in type: Promise<{makeReturnAttInvitation:MakeReturnAttInvitation, addReturnableLien: AddReturnableLien,getLienAmount: GetReturnableLienAmount, getIssuer: () => Issuer,getBrand: () => Brand}> jsdoc/valid-types
186:0 warning Syntax error in type: {getTime: () => Timestamp, updateTime: (currentTime:Timestamp) => void} jsdoc/valid-types
79:0 warning Syntax error in type: Promise<{creatorInvitation: Invitation | undefined,creatorFacet: SellItemsCreatorFacet,instance: Instance,publicFacet: SellItemsPublicFacet,}> jsdoc/valid-types
83:0 warning Syntax error in type: { [K2 in keyof T]: T[K2] } jsdoc/valid-types
84:0 warning Syntax error in type: (pair: [K, T[K]]) => [K, U] jsdoc/valid-types
88:0 warning Syntax error in type: [K, T[K]][] jsdoc/valid-types
5:0 warning Syntax error in type: exit is OnDemandExitRule jsdoc/valid-types
14:0 warning Syntax error in type: exit is WaivedExitRule jsdoc/valid-types
23:0 warning Syntax error in type: exit is AfterDeadlineExitRule jsdoc/valid-types
11:0 warning Syntax error in type: {feeMintAccess: FeeMintAccess,getFeeIssuerKit: GetFeeIssuerKit,feeIssuer: Issuer,feeBrand: Brand,initialFeeFunds: Payment,} jsdoc/valid-types
11:0 warning Syntax error in type: {makeFeePurse: MakeFeePurseInternal,chargeZoeFee: ChargeZoeFee,feeCollectionPurse: FeePurse,} jsdoc/valid-types
12:0 warning Syntax error in type: Promise<{instanceHandle: Instance,invitationHandle: InvitationHandle,fee: Amount | undefined,expiry: Timestamp | undefined,}> jsdoc/valid-types
47:0 warning Syntax error in type: {zoeService: ZoeService,feeMintAccess: FeeMintAccess,initialFeeFunds: Payment,feeCollectionPurse: Purse,} jsdoc/valid-types
17:0 warning Syntax error in type: (...args: any[]) => void jsdoc/valid-types
12:0 warning Syntax error in type: {CHOOSE_N: 'choose_n',ORDER: 'order',WEIGHT: 'weight',} jsdoc/valid-types
11:0 warning Syntax error in type: {AMOUNT: 'amount',BRAND: 'brand',INSTANCE: 'instance',INSTALLATION: 'installation',NAT: 'nat',RATIO: 'ratio',STRING: 'string',UNKNOWN: 'unknown',} jsdoc/valid-types
26:0 warning Syntax error in type: { [updater: string]: (arg: ParamValue) => void } jsdoc/valid-types
66:0 warning Syntax error in type: Promise<Array<Promise> jsdoc/valid-types
62:0 warning Syntax error in type: ERef<ReturnType<import('./vat-bank')['buildRootObject']>> jsdoc/valid-types
33:0 warning Syntax error in type: <T>(target: Device<T>) => T jsdoc/valid-types
342:0 warning Syntax error in type: ConnectionHandler&{infoMessage?: (...args: any[]) => void} jsdoc/valid-types
18:0 warning Syntax error in type: (...path: Array<string>) => Promise<any> jsdoc/valid-types
42:0 warning Syntax error in type: NameAdmin & { getMyAddress(): string } jsdoc/valid-types
5:0 warning Syntax error in type: (...args: any[]) => void jsdoc/valid-types
17:0 warning Syntax error in type: {[maker: string]: (petname: string, ext = {}) => UIAgent} jsdoc/valid-types
11:0 warning Syntax error in type: x is Path jsdoc/valid-types
135:0 warning Syntax error in type: T & { meta: T['meta'] & RecordMetadata } jsdoc/valid-types
139:0 warning Syntax error in type: Record<string, any> & T['meta'] jsdoc/valid-types
79:0 warning Syntax error in type: (...path: Array<unknown>) => Promise<unknown> jsdoc/valid-types
81:0 warning Syntax error in type: (...path: Array<unknown>) => Promise<unknown> jsdoc/valid-types
951:0 warning Syntax error in type: { getLiquidityIssuer: () => Issuer, makeSwapInvitation: () => Invitation } jsdoc/valid-types
1076:0 warning Syntax error in type: { getLiquidityIssuer: () => Issuer, makeSwapInvitation: () => Invitation } jsdoc/valid-types
1199:0 warning Syntax error in type: { getLiquidityIssuer: () => Issuer, makeSwapInvitation: () => Invitation } jsdoc/valid-types
268:0 warning Syntax error in type: { log: Console['log'] } jsdoc/valid-types
19:0 warning Syntax error in type: asserts flag jsdoc/valid-types
77:0 warning Syntax error in type: asserts specimen is bigint jsdoc/valid-types
83:0 warning Syntax error in type: asserts specimen is boolean jsdoc/valid-types
89:0 warning Syntax error in type: asserts specimen is Function jsdoc/valid-types
95:0 warning Syntax error in type: asserts specimen is number jsdoc/valid-types
101:0 warning Syntax error in type: asserts specimen is Record<any, any> | null jsdoc/valid-types
107:0 warning Syntax error in type: asserts specimen is string jsdoc/valid-types
113:0 warning Syntax error in type: asserts specimen is symbol jsdoc/valid-types
119:0 warning Syntax error in type: asserts specimen is undefined jsdoc/valid-types
248:0 warning Syntax error in type: (template: TemplateStringsArray | string[], ...args: any) => DetailsToken jsdoc/valid-types
287:0 warning Syntax error in type: BaseAssert & {typeof: AssertTypeof,error: AssertMakeError,fail: AssertFail,equal: AssertEqual,string: AssertString,note: AssertNote,details: DetailsTag,quote: AssertQuote,makeAssert: MakeAssert,} jsdoc/valid-types
22:0 warning Syntax error in type: ((...args: any[]) => any) | undefined jsdoc/valid-types
12:0 warning Syntax error in type: {CHOOSE_N: 'choose_n',ORDER: 'order',WEIGHT: 'weight',} jsdoc/valid-types
11:0 warning Syntax error in type: {AMOUNT: 'amount',BRAND: 'brand',INSTANCE: 'instance',INSTALLATION: 'installation',NAT: 'nat',RATIO: 'ratio',STRING: 'string',UNKNOWN: 'unknown',} jsdoc/valid-types
26:0 warning Syntax error in type: { [updater: string]: (arg: ParamValue) => void } jsdoc/valid-types
77:0 warning Syntax error in type: maybePromise is Promise jsdoc/valid-types
108:0 warning Syntax error in type: { [PASS_STYLE]: string } jsdoc/valid-types
81:0 warning Syntax error in type: { [PASS_STYLE]: string,[Symbol.toStringTag]: string,} jsdoc/valid-types
227:0 warning Syntax error in type: (...args: any[]) => any jsdoc/valid-types
160:0 warning Syntax error in type: { [index: string]: Encoding,'@qclass'?: undefined } jsdoc/valid-types
16:0 warning Syntax error in type: {makeFar<T>(x: T): ERef<T>,makeNear<T>(x: T): ERef<T>,makeTrapHandler<T>(x: T): T,Trap: Trap} jsdoc/valid-types
81:0 warning Syntax error in type: ERef<{ getRef(nonce: number): any }> jsdoc/valid-types
256:0 warning Syntax error in type: {kvStuff: Record<string, string>,streamStuff: Map<string, Array<string>>,} jsdoc/valid-types
287:0 warning Syntax error in type: {kvStuff: Record<string, string>,streamStuff: Map<string, Array<string>>,} jsdoc/valid-types
14:0 warning Syntax error in type: {tmpName: typeof import('tmp').tmpName,existsSync: typeof import('fs').existsSynccreateReadStream: typeof import('fs').createReadStream,createWriteStream: typeof import('fs').createWriteStream,resolve: typeof import('path').resolve,rename: typeof import('fs').promises.rename,unlink: typeof import('fs').promises.unlink,unlinkSync: typeof import('fs').unlinkSync,} jsdoc/valid-types
13:0 warning Syntax error in type: asserts streamName is string jsdoc/valid-types
23:0 warning Syntax error in type: asserts position is StreamPosition jsdoc/valid-types
32:0 warning Syntax error in type: {has: (key: string) => boolean,getKeys: (start: string, end: string) => Iterable<string>,get: (key: string) => string | undefined,set: (key: string, value: string) => void,delete: (key: string) => void,} jsdoc/valid-types
42:0 warning Syntax error in type: {writeStreamItem: (streamName: string, item: string, position: StreamPosition) => StreamPosition,readStream: (streamName: string, startPosition: StreamPosition, endPosition: StreamPosition) => Iterable<string>,closeStream: (streamName: string) => void,STREAM_START: StreamPosition,} jsdoc/valid-types
49:0 warning Syntax error in type: {kvStore: KVStore, // a key-value storage API object to load and store datastreamStore: StreamStore, // a stream-oriented API object to append and read streams of datacommit: () => void, // commit changes made since the last commitclose: () => void, // shutdown the store, abandoning any uncommitted changesdiskUsage?: () => number, // optional stats method} jsdoc/valid-types
12:0 warning Syntax error in type: asserts capdata is CapData<unknown> jsdoc/valid-types
48:0 warning Syntax error in type: {snapStore?: SnapStore,spawn: typeof import('child_process').spawnenv: Record<string, string | undefined>,} jsdoc/valid-types
392:0 warning Syntax error in type: {hostStorage?: HostStore,verbose?: boolean,kernelBundles?: Record<string, string>,debugPrefix?: string,slogCallbacks?: unknown,testTrackDecref?: unknown,warehousePolicy?: { maxVatsOnline?: number },overrideVatManagerOptions?: { consensusMode?: boolean },slogFile?: string,} jsdoc/valid-types
6:0 warning Syntax error in type: (initial: string?) => {add: (more: string) => void,finish: () => string,} jsdoc/valid-types
71:0 warning Syntax error in type: {op: 'set',key: string,value: string,} jsdoc/valid-types
77:0 warning Syntax error in type: {op: 'delete',key: string,} jsdoc/valid-types
82:0 warning Syntax error in type: {op: Exclude<string, 'set' | 'delete'>,key: string,} jsdoc/valid-types
153:0 warning Syntax error in type: {manager: unknown,translators: ReturnType<makeDeviceTranslators>,} jsdoc/valid-types
15:0 warning Syntax error in type: (...args: Array<unknown>) => unknown jsdoc/valid-types
17:0 warning Syntax error in type: (...args: Array<unknown>) => unknown jsdoc/valid-types
30:0 warning Syntax error in type: addKernelDeviceNode: (deviceID: string) => string,incrementRefCount: (kernelSlot: string,tag: string?,options: {isExport: boolean?,onlyRecognizable: boolean?,},) => undefined), jsdoc/valid-types
50:0 warning Syntax error in type: { getManager: (shutdown: () => Promise<void>,makeSnapshot?: (ss: SnapStore) => Promise<string>) => VatManager,syscallFromWorker: (vso: VatSyscallObject) => VatSyscallResult,setDeliverToWorker: (dtw: unknown) => void,} jsdoc/valid-types
27:0 warning Syntax error in type: {makeNodeWorker: () => Worker,kernelKeeper: KernelKeeper,kernelSlog: KernelSlog,testLog: (...args: unknown[]) => void,} jsdoc/valid-types
22:0 warning Syntax error in type: {allVatPowers: VatPowers,kernelKeeper: KernelKeeper,kernelSlog: KernelSlog,startXSnap: (name: string, handleCommand: AsyncHandler, metered?: boolean, snapshotHash?: string) => Promise<XSnap>,testLog: (...args: unknown[]) => void,} jsdoc/valid-types
144:0 warning Syntax error in type: Record<'debug' | 'log' | 'info' | 'warn' | 'error', (...args: any[]) => void> jsdoc/valid-types
49:0 warning Syntax error in type: {maxVatsOnline?: number,snapshotInitial?: number,snapshotInterval?: number,}= jsdoc/valid-types
75:0 warning Syntax error in type: {manager: VatManager,enablePipelining: boolean,options: { name?: string, description?: string, managerType?: ManagerType },} jsdoc/valid-types
190:0 warning Syntax error in type: { enablePipelining?: boolean }| undefined // if the vat is dead or never initialized jsdoc/valid-types
15:0 warning Syntax error in type: asserts message is Message jsdoc/valid-types
36:0 warning Syntax error in type: asserts vdo is VatDeliveryObject jsdoc/valid-types
76:0 warning Syntax error in type: asserts vdr is VatDeliveryResult jsdoc/valid-types
99:0 warning Syntax error in type: asserts vso is VatSyscallObject jsdoc/valid-types
173:0 warning Syntax error in type: asserts vsr is VatSyscallResult jsdoc/valid-types
16:0 warning Syntax error in type: {bundle: Bundle,enableSetup: false,} jsdoc/valid-types
20:0 warning Syntax error in type: {setup: unknown,enableSetup: true,} jsdoc/valid-types
29:0 warning Syntax error in type: {consensusMode: boolean,enablePipelining?: boolean,managerType: ManagerType,gcEveryCrank?: boolean,metered?: boolean,enableDisavow?: boolean,useTranscript?: boolean,enableVatstore?: boolean,vatParameters: Record<string, unknown>,virtualObjectCacheSize: number,name: string,compareSyscalls?: (originalSyscall: {}, newSyscall: {}) => Error | undefined,vatConsole: Console,liveSlotsConsole?: Console,meterID?: string,} & (HasBundle | HasSetup) jsdoc/valid-types
55:0 warning Syntax error in type: {Remotable: unknown,getInterfaceOf: unknown,} jsdoc/valid-types
60:0 warning Syntax error in type: {makeGetMeter: unknown,transformMetering: unknown,} jsdoc/valid-types
65:0 warning Syntax error in type: {exitVat: unknown,exitVatWithFailure: unknown,} jsdoc/valid-types
79:0 warning Syntax error in type: {method: string,args: SwingSetCapData,result?: string,} jsdoc/valid-types
87:0 warning Syntax error in type: [tag: 'message', target: string, msg: Message] jsdoc/valid-types
88:0 warning Syntax error in type: [tag: 'notify', resolutions: string[] ] jsdoc/valid-types
89:0 warning Syntax error in type: [tag: 'dropExports', vrefs: string[] ] jsdoc/valid-types
90:0 warning Syntax error in type: [tag: 'retireExports', vrefs: string[] ] jsdoc/valid-types
91:0 warning Syntax error in type: [tag: 'retireImports', vrefs: string[] ] jsdoc/valid-types
95:0 warning Syntax error in type: [tag: 'ok', message: null, usage: { compute: number } | null] |[tag: 'error', message: string, usage: unknown | null] jsdoc/valid-types
98:0 warning Syntax error in type: [tag: 'send', target: string, msg: Message] jsdoc/valid-types
99:0 warning Syntax error in type: [tag: 'callNow', target: string, method: string, args: SwingSetCapData] jsdoc/valid-types
100:0 warning Syntax error in type: [tag: 'subscribe', vpid: string ] jsdoc/valid-types
101:0 warning Syntax error in type: [ vpid: string, rejected: boolean, data: SwingSetCapData ] jsdoc/valid-types
102:0 warning Syntax error in type: [tag: 'resolve', resolutions: VatResolutions ] jsdoc/valid-types
103:0 warning Syntax error in type: [tag: 'vatstoreGet', key: string ] jsdoc/valid-types
104:0 warning Syntax error in type: [tag: 'vatstoreSet', key: string, data: string ] jsdoc/valid-types
105:0 warning Syntax error in type: [tag: 'vatstoreDelete', key: string ] jsdoc/valid-types
106:0 warning Syntax error in type: [tag: 'dropImports', slots: string[] ] jsdoc/valid-types
107:0 warning Syntax error in type: [tag: 'retireImports', slots: string[] ] jsdoc/valid-types
108:0 warning Syntax error in type: [tag: 'retireExports', slots: string[] ] jsdoc/valid-types
116:0 warning Syntax error in type: [tag: 'ok', data: SwingSetCapData | string | null ] jsdoc/valid-types
117:0 warning Syntax error in type: [tag: 'error', err: string ] jsdoc/valid-types
121:0 warning Syntax error in type: [tag: 'message', target: string, msg: Message] jsdoc/valid-types
122:0 warning Syntax error in type: [tag: 'notify', resolutions: string[] ] jsdoc/valid-types
123:0 warning Syntax error in type: [tag: 'dropExports', krefs: string[] ] jsdoc/valid-types
124:0 warning Syntax error in type: [tag: 'retireExports', krefs: string[] ] jsdoc/valid-types
125:0 warning Syntax error in type: [tag: 'retireImports', krefs: string[] ] jsdoc/valid-types
129:0 warning Syntax error in type: [tag: 'send', target: string, msg: Message] jsdoc/valid-types
130:0 warning Syntax error in type: [tag: 'callNow', target: string, method: string, args: SwingSetCapData] jsdoc/valid-types
131:0 warning Syntax error in type: [tag: 'subscribe', kpid: string ] jsdoc/valid-types
132:0 warning Syntax error in type: [ kpid: string, rejected: boolean, data: SwingSetCapData ] jsdoc/valid-types
133:0 warning Syntax error in type: [tag: 'resolve', resolutions: KernelResolutions ] jsdoc/valid-types
134:0 warning Syntax error in type: [tag: 'vatstoreGet', key: string ] jsdoc/valid-types
135:0 warning Syntax error in type: [tag: 'vatstoreSet', key: string, data: string ] jsdoc/valid-types
136:0 warning Syntax error in type: [tag: 'vatstoreDelete', key: string ] jsdoc/valid-types
137:0 warning Syntax error in type: [tag: 'dropImports', krefs: string[] ] jsdoc/valid-types
138:0 warning Syntax error in type: [tag: 'retireImports', krefs: string[] ] jsdoc/valid-types
139:0 warning Syntax error in type: [tag: 'retireExports', krefs: string[] ] jsdoc/valid-types
146:0 warning Syntax error in type: [tag: 'ok', data: SwingSetCapData | string | null ] jsdoc/valid-types
147:0 warning Syntax error in type: [tag: 'error', err: string ] jsdoc/valid-types
157:0 warning Syntax error in type: { write: ({}) => void,vatConsole: (vatID: string, origConsole: {}) => {},delivery: (vatID: string,newCrankNum: BigInt, newDeliveryNum: BigInt,kd: KernelDeliveryObject, vd: VatDeliveryObject,replay?: boolean) => SlogFinishDelivery,syscall: (vatID: string,ksc: KernelSyscallObject | undefined,vsc: VatSyscallObject) => SlogFinishSyscall,provideVatSlogger: (vatID: string,dynamic?: boolean,description?: string,name?: string,vatSourceBundle?: *,managerType?: string,vatParameters?: *) => VatSlog,terminateVat: (vatID: string, shouldReject: boolean, info: SwingSetCapData) => void,} jsdoc/valid-types
177:0 warning Syntax error in type: { createFromBundle: (vatID: string,bundle: Bundle,managerOptions: ManagerOptions,vatSyscallHandler: unknown) => Promise<VatManager>,} jsdoc/valid-types
182:0 warning Syntax error in type: { deliver: (delivery: VatDeliveryObject) => Promise<VatDeliveryResult>,replayTranscript: (startPos: StreamPosition | undefined) => Promise<number?>,makeSnapshot?: (ss: SnapStore) => Promise<string>,shutdown: () => Promise<void>,} jsdoc/valid-types
192:0 warning Syntax error in type: {sourceSpec: string // path to pre-bundled root} jsdoc/valid-types
195:0 warning Syntax error in type: {bundleSpec: string // path to bundled code} jsdoc/valid-types
201:0 warning Syntax error in type: (SourceSpec | BundleSpec | BundleRef ) & {creationOptions?: Record<string, any>,parameters?: Record<string, any>,} jsdoc/valid-types
240:0 warning Syntax error in type: {kvStore: KVStore,streamStore: StreamStore,snapStore?: SnapStore,} jsdoc/valid-types
250:0 warning Syntax error in type: [tag: 'none'] jsdoc/valid-types
251:0 warning Syntax error in type: [tag: 'create-vat', details: {} ] jsdoc/valid-types
252:0 warning Syntax error in type: [tag: 'crank', details: { computrons?: bigint }] jsdoc/valid-types
253:0 warning Syntax error in type: [tag: 'crank-failed', details: {}] jsdoc/valid-types
256:0 warning Syntax error in type: { vatCreated: (details: {}) => PolicyOutput,crankComplete: (details: { computrons?: bigint }) => PolicyOutput,crankFailed: (details: {}) => PolicyOutput,} jsdoc/valid-types
537:0 warning Syntax error in type: ProtocolHandler['onInstantiate'] jsdoc/valid-types
107:0 warning Syntax error in type: Protocol['bind'] jsdoc/valid-types
63:0 warning Syntax error in type: { [prop: string]: any, D: <T>(target: Device<T>) => T} jsdoc/valid-types
47:0 warning Syntax error in type: asserts allegedDisplayInfo is DisplayInfo jsdoc/valid-types
24:0 warning Syntax error in type: value is SetValue jsdoc/valid-types
36:0 warning Syntax error in type: value is NatValue jsdoc/valid-types
44:0 warning Syntax error in type: value is NatValue jsdoc/valid-types
52:0 warning Syntax error in type: value is Value jsdoc/valid-types
61:0 warning Syntax error in type: brand is Brand jsdoc/valid-types
144:0 warning Syntax error in type: Proposal["want"] jsdoc/valid-types
145:0 warning Syntax error in type: Proposal["give"] jsdoc/valid-types
50:0 warning Syntax error in type: (seat1: ZCFSeat, seat2: ZCFSeat, ...seatRest:Array<ZCFSeat>) => void jsdoc/valid-types
100:0 warning Syntax error in type: Partial<Record<keyof ProposalRecord['exit'], null>> jsdoc/valid-types
29:0 warning Syntax error in type: Promise<{disallowExtensions: DisallowExtensions, addExpiringLien: AddExpiringLien, getLienAmount:GetLienAmount, makeExtendAttInvitation:MakeExtendAttInvitationInternal, getIssuer: () => Issuer, getBrand:() => Brand}> jsdoc/valid-types
20:0 warning Syntax error in type: Promise<{makeReturnAttInvitation:MakeReturnAttInvitation, addReturnableLien: AddReturnableLien,getLienAmount: GetReturnableLienAmount, getIssuer: () => Issuer,getBrand: () => Brand}> jsdoc/valid-types
186:0 warning Syntax error in type: {getTime: () => Timestamp, updateTime: (currentTime:Timestamp) => void} jsdoc/valid-types
79:0 warning Syntax error in type: Promise<{creatorInvitation: Invitation | undefined,creatorFacet: SellItemsCreatorFacet,instance: Instance,publicFacet: SellItemsPublicFacet,}> jsdoc/valid-types
83:0 warning Syntax error in type: { [K2 in keyof T]: T[K2] } jsdoc/valid-types
84:0 warning Syntax error in type: (pair: [K, T[K]]) => [K, U] jsdoc/valid-types
88:0 warning Syntax error in type: [K, T[K]][] jsdoc/valid-types
5:0 warning Syntax error in type: exit is OnDemandExitRule jsdoc/valid-types
14:0 warning Syntax error in type: exit is WaivedExitRule jsdoc/valid-types
23:0 warning Syntax error in type: exit is AfterDeadlineExitRule jsdoc/valid-types
11:0 warning Syntax error in type: {feeMintAccess: FeeMintAccess,getFeeIssuerKit: GetFeeIssuerKit,feeIssuer: Issuer,feeBrand: Brand,initialFeeFunds: Payment,} jsdoc/valid-types
11:0 warning Syntax error in type: {makeFeePurse: MakeFeePurseInternal,chargeZoeFee: ChargeZoeFee,feeCollectionPurse: FeePurse,} jsdoc/valid-types
12:0 warning Syntax error in type: Promise<{instanceHandle: Instance,invitationHandle: InvitationHandle,fee: Amount | undefined,expiry: Timestamp | undefined,}> jsdoc/valid-types
47:0 warning Syntax error in type: {zoeService: ZoeService,feeMintAccess: FeeMintAccess,initialFeeFunds: Payment,feeCollectionPurse: Purse,} jsdoc/valid-types
17:0 warning Syntax error in type: (...args: any[]) => void jsdoc/valid-types
62:0 warning Syntax error in type: ERef<ReturnType<import('./vat-bank')['buildRootObject']>> jsdoc/valid-types
33:0 warning Syntax error in type: <T>(target: Device<T>) => T jsdoc/valid-types
342:0 warning Syntax error in type: ConnectionHandler&{infoMessage?: (...args: any[]) => void} jsdoc/valid-types
18:0 warning Syntax error in type: (...path: Array<string>) => Promise<any> jsdoc/valid-types
42:0 warning Syntax error in type: NameAdmin & { getMyAddress(): string } jsdoc/valid-types
5:0 warning Syntax error in type: (...args: any[]) => void jsdoc/valid-types
17:0 warning Syntax error in type: {[maker: string]: (petname: string, ext = {}) => UIAgent} jsdoc/valid-types
15:0 warning Syntax error in type: ReturnType<typeof makeStorageInMemory>['storage'] jsdoc/valid-types
159:0 warning Syntax error in type: {storage: JSONStore, // a storage API object to load and store datacommit: () => void, // commit changes made since the last commitclose: () => void, // shutdown the store, abandoning any uncommitted changes} jsdoc/valid-types
11:0 warning Syntax error in type: x is Path jsdoc/valid-types
135:0 warning Syntax error in type: T & { meta: T['meta'] & RecordMetadata } jsdoc/valid-types
139:0 warning Syntax error in type: Record<string, any> & T['meta'] jsdoc/valid-types
79:0 warning Syntax error in type: (...path: Array<unknown>) => Promise<unknown> jsdoc/valid-types
81:0 warning Syntax error in type: (...path: Array<unknown>) => Promise<unknown> jsdoc/valid-types
951:0 warning Syntax error in type: { getLiquidityIssuer: () => Issuer, makeSwapInvitation: () => Invitation } jsdoc/valid-types
1076:0 warning Syntax error in type: { getLiquidityIssuer: () => Issuer, makeSwapInvitation: () => Invitation } jsdoc/valid-types
1199:0 warning Syntax error in type: { getLiquidityIssuer: () => Issuer, makeSwapInvitation: () => Invitation } jsdoc/valid-types
268:0 warning Syntax error in type: { log: Console['log'] } jsdoc/valid-types
278:0 warning Syntax error in type: (fn: () => unknown, e?: Expectation, message?: string) => void jsdoc/valid-types
288:0 warning Syntax error in type: (fn: () => unknown, message?: string) => void jsdoc/valid-types
298:0 warning Syntax error in type: (thrower: () => Promise<unknown>, expectation?: Expectation, message?: string) => Promise<void> jsdoc/valid-types
312:0 warning Syntax error in type: (thrower: () => Promise<unknown>, message?: string) => Promise<void> jsdoc/valid-types
78:0 warning Syntax error in type: {pass: number,fail: number,total: number,} jsdoc/valid-types
87:0 warning Syntax error in type: {spawnXSnap: (opts: object) => XSnap,bundleSource: (...args: [string, ...unknown[]]) => Promise<Bundle>,resolve: ResolveFn,dirname: typeof import('path').dirname,basename: typeof import('path').basename,} jsdoc/valid-types
309:0 warning Syntax error in type: {bundleSource: typeof import('@agoric/bundle-source').default,spawn: typeof import('child_process')['spawn'],osType: typeof import('os')['type'],readFile: typeof import('fs')['promises']['readFile'],resolve: typeof import('path').resolve,dirname: typeof import('path').dirname,basename: typeof import('path').basename,glob: typeof import('glob'),} jsdoc/valid-types
28:0 warning Syntax error in type: {spawn: typeof import('child_process').spawn,} jsdoc/valid-types
144:0 warning Syntax error in type: {env: Record<string, string | undefined>,stdout: typeof process.stdout,spawn: typeof import('child_process').spawn,fs: {existsSync: typeof import('fs').existsSync,readFile: typeof import('fs').promises.readFile,},os: {type: typeof import('os').type,}} jsdoc/valid-types
6:0 warning Syntax error in type: asserts _flag jsdoc/valid-types
12:0 warning Syntax error in type: {resolve(value?: T | Promise<T>): void,reject(error: Error): void,promise: Promise<T>} jsdoc/valid-types
49:0 warning Syntax error in type: {readdirSync: typeof import('fs').readdirSync,readFileSync: typeof import('fs').readFileSync,} jsdoc/valid-types
81:0 warning Syntax error in type: {writeFileSync: typeof import('fs').writeFileSync,} jsdoc/valid-types
175:0 warning Syntax error in type: {readdirSync: typeof import('fs').readdirSync,readFileSync: typeof import('fs').readFileSync,} jsdoc/valid-types
282:0 warning Syntax error in type: {spawn: typeof import('child_process').spawn,osType: typeof import('os').type,readdirSync: typeof import('fs').readdirSync,readFileSync: typeof import('fs').readFileSync,} jsdoc/valid-types
7:0 warning Syntax error in type: {put(value: T | Promise<T>): void,get(): Promise<T>} jsdoc/valid-types
38:0 warning Syntax error in type: {next(value: U): Promise<IteratorResult<T>>,return(value: V): Promise<IteratorResult<T>>,throw(error: Error): Promise<IteratorResult<T>>,[Symbol.asyncIterator](): Stream<T, U, V>} jsdoc/valid-types
66:0 warning Syntax error in type: Promise<Array<Promise> jsdoc/valid-types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment