UNPKG

@lpc-lang/core

Version:
46 lines 1.91 kB
export declare class Kind { static readonly alias = "alias"; static readonly callSignature = "call"; static readonly class = "class"; static readonly const = "const"; static readonly constructorImplementation = "constructor"; static readonly constructSignature = "construct"; static readonly directory = "directory"; static readonly enum = "enum"; static readonly define = "define"; static readonly enumMember = "enum member"; static readonly externalModuleName = "external module name"; static readonly function = "function"; static readonly indexSignature = "index"; static readonly interface = "interface"; static readonly keyword = "keyword"; static readonly let = "let"; static readonly localFunction = "local function"; static readonly localVariable = "local var"; static readonly method = "method"; static readonly memberGetAccessor = "getter"; static readonly memberSetAccessor = "setter"; static readonly memberVariable = "property"; static readonly module = "module"; static readonly primitiveType = "primitive type"; static readonly script = "script"; static readonly type = "type"; static readonly variable = "var"; static readonly warning = "warning"; static readonly string = "string"; static readonly parameter = "parameter"; static readonly typeParameter = "type parameter"; } export declare class KindModifiers { static readonly optional = "optional"; static readonly deprecated = "deprecated"; static readonly color = "color"; static readonly dtsFile = ".d.ts"; static readonly tsFile = ".ts"; static readonly tsxFile = ".tsx"; static readonly jsFile = ".js"; static readonly jsxFile = ".jsx"; static readonly jsonFile = ".json"; static readonly fileExtensionKindModifiers: string[]; } //# sourceMappingURL=protocol.const.d.ts.map