X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-html%2Fnode_modules%2Ftypescript%2Flib%2Flib.es2015.proxy.d.ts;h=66a522f5ab3b370f9df29631ebe4b14914d07922;hp=2eb2c900bcd984b4749795300c0be325c7a80bb1;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-html/node_modules/typescript/lib/lib.es2015.proxy.d.ts b/.config/coc/extensions/node_modules/coc-html/node_modules/typescript/lib/lib.es2015.proxy.d.ts index 2eb2c900..66a522f5 100644 --- a/.config/coc/extensions/node_modules/coc-html/node_modules/typescript/lib/lib.es2015.proxy.d.ts +++ b/.config/coc/extensions/node_modules/coc-html/node_modules/typescript/lib/lib.es2015.proxy.d.ts @@ -29,7 +29,6 @@ interface ProxyHandler { set? (target: T, p: PropertyKey, value: any, receiver: any): boolean; deleteProperty? (target: T, p: PropertyKey): boolean; defineProperty? (target: T, p: PropertyKey, attributes: PropertyDescriptor): boolean; - enumerate? (target: T): PropertyKey[]; ownKeys? (target: T): PropertyKey[]; apply? (target: T, thisArg: any, argArray?: any): any; construct? (target: T, argArray: any, newTarget?: any): object;