X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-json%2Fnode_modules%2Fvscode-languageserver-protocol%2Flib%2Fcommon%2Fmessages.d.ts;fp=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-json%2Fnode_modules%2Fvscode-languageserver-protocol%2Flib%2Fcommon%2Fmessages.d.ts;h=cd8bf05aafb2c5778fd8f57756cd81a2d3d23c48;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=0000000000000000000000000000000000000000;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-json/node_modules/vscode-languageserver-protocol/lib/common/messages.d.ts b/.config/coc/extensions/node_modules/coc-json/node_modules/vscode-languageserver-protocol/lib/common/messages.d.ts new file mode 100644 index 00000000..cd8bf05a --- /dev/null +++ b/.config/coc/extensions/node_modules/coc-json/node_modules/vscode-languageserver-protocol/lib/common/messages.d.ts @@ -0,0 +1,44 @@ +import { RequestType, RequestType0, NotificationType, NotificationType0, ProgressType, _EM } from 'vscode-jsonrpc'; +export declare class RegistrationType { + /** + * Clients must not use this property. It is here to ensure correct typing. + */ + readonly ____: [RO, _EM] | undefined; + readonly method: string; + constructor(method: string); +} +export declare class ProtocolRequestType0 extends RequestType0 implements ProgressType, RegistrationType { + /** + * Clients must not use these properties. They are here to ensure correct typing. + * in TypeScript + */ + readonly ___: [PR, RO, _EM] | undefined; + readonly ____: [RO, _EM] | undefined; + readonly _pr: PR | undefined; + constructor(method: string); +} +export declare class ProtocolRequestType extends RequestType implements ProgressType, RegistrationType { + /** + * Clients must not use this property. It is here to ensure correct typing. + */ + readonly ___: [PR, RO, _EM] | undefined; + readonly ____: [RO, _EM] | undefined; + readonly _pr: PR | undefined; + constructor(method: string); +} +export declare class ProtocolNotificationType0 extends NotificationType0 implements RegistrationType { + /** + * Clients must not use this property. It is here to ensure correct typing. + */ + readonly ___: [RO, _EM] | undefined; + readonly ____: [RO, _EM] | undefined; + constructor(method: string); +} +export declare class ProtocolNotificationType extends NotificationType

implements RegistrationType { + /** + * Clients must not use this property. It is here to ensure correct typing. + */ + readonly ___: [RO, _EM] | undefined; + readonly ____: [RO, _EM] | undefined; + constructor(method: string); +}