Migrate to TypeScript v5 #4975
Annotations
10 errors
src/createContext.ts#L281
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'typeof globalThis'.
|
src/createContext.ts#L343
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Math'.
|
src/editors/ace/modes/source.ts#L52
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ '1': any; '1_lazy': any; '1_typed': any; '2': any; '2_lazy': any; '2_typed': any; '3': any; '3_concurrent': any; '3_non-det': any; '3_typed': any; '4': any; '4_typed': any; '4_explicit-control': any; }'.
|
src/gpu/lib.ts#L191
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
|
src/gpu/transfomer.ts#L240
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
|
src/index.ts#L81
Operator '<' cannot be applied to types 'string | number' and 'number'.
|
src/index.ts#L85
Operator '<' cannot be applied to types 'string | number' and 'number'.
|
src/infiniteLoops/runtime.ts#L254
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ is_null(maybeHybrid: any, state?: State | undefined): boolean | undefined; display: (...x: any[]) => any; display_list: (...x: any[]) => any; }'.
|
src/infiniteLoops/state.ts#L142
Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'Transition'.
|
src/infiniteLoops/state.ts#L143
Element implicitly has an 'any' type because expression of type '1' can't be used to index type 'Transition'.
|
The logs for this run have expired and are no longer available.
Loading