X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-html%2Fnode_modules%2Ftypescript%2Flib%2Flib.es2015.proxy.d.ts;h=66a522f5ab3b370f9df29631ebe4b14914d07922;hb=5f797af6612ed10887189b47a1efc2f915586e59;hp=2eb2c900bcd984b4749795300c0be325c7a80bb1;hpb=3aba54c891969552833dbc350b3139e944e17a97;p=dotfiles%2F.git 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;