railworks2

Results 5 issues of railworks2

At the moment, it's very tedious to identify that *is* and *isn't* a Roblox service. It may more sense to add some form of functionality which confirms if that's the...

> node_modules/@rbxts/net/out/definitions/Types.d.ts:62:85 - error TS2536: Type '"Definitions"' cannot be used to index type 'T'. > 62 export declare type InferGroupDeclaration = T extends DeclarationNamespaceLike ? T["Definitions"] : {}; Not sure...

> node_modules/@rbxts/net/out/server/ServerFunction.d.ts:5:22 - error TS2515: Non-abstract class 'ServerFunction' does not implement inherited abstract member 'GetInstance' from class 'MiddlewareFunction'. > 5 export default class ServerFunction extends MiddlewareFunction { Not sure exactly...

> node_modules/@rbxts/zirconium/out/Ast/Nodes/Guards.d.ts:14:79 - error TS2538: Type 'any' cannot be used as an index type. > 14 export declare function isPrefixableExpression(node: Node): node is NodeTypes[typeof PREFIXABLE[number]]; > node_modules/@rbxts/zirconium/out/Ast/Nodes/Guards.d.ts:14:86 - error TS2304:...

> error node_modules/@rbxts/log/out/Core/TypeUtils.d.ts:1:26 - error TS2307: Cannot find module 'index' or its corresponding type declarations. > 1 import { LogEvent } from "index"; Typedoc really doesn't like this incorrect typing....